From: Andrew Lorimer Date: Thu, 6 Jun 2019 04:23:53 +0000 (+1000) Subject: start up apps on specific workspaces X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/bc156616710b67bd40118d93b932051d3d61c0cc start up apps on specific workspaces --- diff --git a/i3/.i3/config b/i3/.i3/config index e8709b9..181e2a0 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -212,11 +212,14 @@ for_window[class="^.*"] border pixel 5 gaps inner 15 gaps outer 0 -# startup scripts +# startup background services exec_always --no-startup-id xrdb /home/andrew/.Xdefaults exec_always --no-startup-id xrandr --output HDMI-0 --pos 0x0 --output DVI-D-0 --pos 240x1080 exec_always --no-startup-id feh --bg-fill /home/andrew/.wallpaper.jpg exec_always --no-startup-id compton -f -b --config /home/andrew/.compton.conf -exec --no-startup-id chromium -exec --no-startup-id spotify + +# start GUI apps +exec --no-startup-id i3-msg 'workspace $ws2; exec chromium' +exec --no-startup-id i3-msg 'workspace $ws6; exec spotify' +exec --no-startup-id i3-msg 'workspace $ws1; exec urxvt'