From 3b859676147b8a25619e00eb1cd67b3ee67fdeda Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 30 Jul 2018 09:37:55 +0100 Subject: [PATCH] i3: start thunderbird on boot --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index b0ca5a2..4221abf 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -202,6 +202,7 @@ exec --no-startup-id solaar exec --no-startup-id pullover exec --no-startup-id compton -b --config ~/.config/compton.conf exec --no-startup-id chromium --no-startup-window +exec --no-startup-id thunderbird exec i3-msg 'workspace 1; exec sleep 2 && chromium' exec i3-msg 'workspace 2; exec i3-sensible-terminal'