1
0
Fork 0

Add startup programs to i3

This commit is contained in:
Jeremy Kaplan 2015-12-31 11:15:55 -07:00
commit ac251e6fd8

View file

@ -177,3 +177,5 @@ bindsym $mod+Shift+semicolon exec --no-startup-id $Locker, mode "default"
# startup # startup
exec --no-startup-id xss-lock -- $Locker exec --no-startup-id xss-lock -- $Locker
exec --no-startup-id nitrogen --restore exec --no-startup-id nitrogen --restore
exec --no-startup-id i3-msg 'workspace 9; layout tabbed; exec email'
exec --no-startup-id i3-msg 'workspace 1; exec firefox'