Don't force Firefox & Atom to be on a specific workspace, only when startgin

master
Quentin Duchemin 2020-06-03 10:21:25 +02:00
parent ae721547a3
commit f75859f510
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 2 additions and 4 deletions

View File

@ -71,8 +71,8 @@ exec --no-startup-id amixer -D hw:PCH -M sset Master 50%
# standard apps for working # standard apps for working
exec standardnotes-desktop exec standardnotes-desktop
exec atom exec --no-startup-id i3-msg 'workspace 2; exec atom'
exec firefox exec --no-startup-id i3-msg 'workspace 3; exec firefox'
exec thunderbird exec thunderbird
exec signal-desktop exec signal-desktop
exec telegram-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 bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center
# automatic workspace # automatic workspace
assign [class="(?i)Atom"] → number 2
assign [class="(?i)Firefox"] → number 3
assign [class="(?i)Standard Notes"] → number 4 assign [class="(?i)Standard Notes"] → number 4
assign [class="(?i)Tor Browser"] → number 5 assign [class="(?i)Tor Browser"] → number 5