From bc156616710b67bd40118d93b932051d3d61c0cc Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Thu, 6 Jun 2019 14:23:53 +1000 Subject: [PATCH] start up apps on specific workspaces --- i3/.i3/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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' -- 2.49.0