]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - i3/.config/i3/config
Automatically start Firefox on system startup.
[Dotty.git] / i3 / .config / i3 / config
index 8dc54686e381055510541e4f6b8106e65d33a16c..d6451e0e762d489992d428854e2905fbbb9ae4ed 100644 (file)
@@ -218,3 +218,6 @@ bindsym --release Shift+Print exec --no-startup-id import -window root /tmp/`dat
 
 # Start Emacs in daemon mode and create a frame with mu4e in it
 exec emacs --daemon && emacsclient -c -e '(mu4e)'
+
+# Start Firefox on workspace 3
+exec --no-startup-id i3-msg 'workspace 3; exec firefox; workspace 1'