From 29af43eb763fefaebf48385e2965cd2565703da1 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 7 Jul 2022 09:24:47 +0200 Subject: [PATCH] feat(i3): auto-start/place element and whatsapp --- home-manager/i3/default.nix | 2 +- home-manager/i3/workspaces/workspace-2.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/home-manager/i3/default.nix b/home-manager/i3/default.nix index ab6ae64..bce23fd 100644 --- a/home-manager/i3/default.nix +++ b/home-manager/i3/default.nix @@ -62,7 +62,7 @@ { command = "slack"; notification = false; } { command = "telegram-desktop"; notification = false; } { command = "thunderbird"; notification = false; } - # { command = "zoom"; notification = false; } + { command = "whatsapp-for-linux"; notification = false; } ]; assigns = { diff --git a/home-manager/i3/workspaces/workspace-2.json b/home-manager/i3/workspaces/workspace-2.json index 76f5f14..ee18d46 100644 --- a/home-manager/i3/workspaces/workspace-2.json +++ b/home-manager/i3/workspaces/workspace-2.json @@ -20,6 +20,24 @@ } ], "type": "con" + }, + { + "name": "Element", + "swallows": [ + { + "class": "^Element$" + } + ], + "type": "con" + }, + { + "name": "Whatsapp", + "swallows": [ + { + "class": "^Whatsapp-for-linux$" + } + ], + "type": "con" } ] }