From f75859f51021e781ad76463a3ffb9a11182f4a81 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 3 Jun 2020 10:21:25 +0200 Subject: [PATCH] Don't force Firefox & Atom to be on a specific workspace, only when startgin --- .config/i3/config_common | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 439d023..f41f41a 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -71,8 +71,8 @@ exec --no-startup-id amixer -D hw:PCH -M sset Master 50% # standard apps for working exec standardnotes-desktop -exec atom -exec firefox +exec --no-startup-id i3-msg 'workspace 2; exec atom' +exec --no-startup-id i3-msg 'workspace 3; exec firefox' exec thunderbird exec signal-desktop exec telegram-desktop @@ -230,7 +230,5 @@ bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center # automatic workspace -assign [class="(?i)Atom"] → number 2 -assign [class="(?i)Firefox"] → number 3 assign [class="(?i)Standard Notes"] → number 4 assign [class="(?i)Tor Browser"] → number 5