From d8c201e86165e3483666872335f8fc9da4e97cb4 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 3 Oct 2017 10:20:42 +0100 Subject: [PATCH] i3/config: update startup programs --- .config/i3/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index ac39980..9bc28da 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -186,16 +186,15 @@ exec --no-startup-id xautolock -time 5 -locker ~/.config/i3/lock.sh # startup programs exec --no-startup-id pulseaudio -exec --no-startup-id dropbox -exec --no-startup-id insync start -exec --no-startup-id nm-applet +exec --no-startup-id nextcloud exec --no-startup-id blueman-applet exec --no-startup-id redshift exec --no-startup-id xbindkeys +exec --no-startup-id solaar exec --no-startup-id compton -b --config ~/.config/compton.conf exec --no-startup-id chromium --no-startup-window +exec i3-msg 'workspace 1; exec sleep 2 && chromium' exec i3-msg 'workspace 2; exec i3-sensible-terminal' -exec i3-msg 'workspace 3; exec sleep 2 && chromium' # vim:ft=i3