From 719ee738f3929d906bd9c42bee7ab35cff695f9e Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 23 Nov 2020 12:21:26 +0100 Subject: [PATCH] Always focus thunderbird and telegram --- i3/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index 7d32d01..1a8da14 100644 --- a/i3/config +++ b/i3/config @@ -250,7 +250,9 @@ default_floating_border normal assign [class="firefox" title="Mozilla Firefox$"] workspace $ws1 for_window [class="firefox"] focus assign [class="TelegramDesktop"] workspace $ws9 +for_window [class="TelegramDesktop"] focus assign [class="Thunderbird"] workspace $ws10 +for_window [class="Thunderbird"] focus assign [class="zoom"] workspace $ws5 for_window [title="Manjaro Settings Manager"] floating enable @@ -264,6 +266,7 @@ exec firefox exec thunderbird exec telegram-desktop +exec --no-startup-id nm-applet exec --no-startup-id xfce4-power-manager exec --no-startup-id nextcloud # Authentication agent @@ -275,6 +278,6 @@ exec --no-startup-id msm_notifier # Audio exec --no-startup-id start-pulseaudio-x11 -# Default workspaces at startup -exec --no-startup-id i3-msg workspace $ws1 -exec --no-startup-id i3-msg workspace $ws10 +# Default workspaces at startup (no need because autostart applications get always focused) +#exec --no-startup-id i3-msg workspace $ws1 +#exec --no-startup-id i3-msg workspace $ws10