Only put terminator on workspace 1 when autostarted (i3)

master
Quentin Duchemin 2019-11-15 15:47:40 +01:00
parent 8112669441
commit b31e578914
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 2 additions and 2 deletions

View File

@ -67,10 +67,11 @@ exec --no-startup-id amixer -D hw:PCH -M sset Master 50%
exec standardnotes-desktop
exec atom
exec firefox
exec terminator
exec thunderbird
exec signal-desktop
exec --no-startup-ip i3-msg 'workspace number 1; exec terminator'
##################################
# BINDINGS FOR STARTING PROGRAMS
##################################
@ -214,7 +215,6 @@ bindsym $mod+Shift+t [con_mark="mail"] scratchpad show
bindsym $mod+Shift+s [con_mark="msg"] scratchpad show
# automatic workspace
assign [class="Terminator"] → number 1
assign [class="Atom"] → number 2
assign [class="Firefox"] → number 3
assign [class="Standard Notes"] → number 4