From 413a2d4a172cfb48d8abfed3c4fb471fc794e901 Mon Sep 17 00:00:00 2001 From: LoganDungeon Date: Thu, 14 Dec 2017 15:49:21 +0100 Subject: [PATCH] Update shortcuts on i3 restart Right now, the shortcut script doesn't run when restarting i3. By changing **exec** to **exec_always** the script is run when reloading i3. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index e2c3874b..fdad48e2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -35,7 +35,7 @@ exec --no-startup-id sudo mount -a #Composite manager: #exec --no-startup-id compton --xrender-sync-fence #Refresh bash/ranger shortcuts: -exec --no-startup-id python ~/.config/Scripts/shortcuts.py +exec_always --no-startup-id python ~/.config/Scripts/shortcuts.py #Try to load VGA screen if available: exec --no-startup-id ~/.config/Scripts/screen.sh v #Launch Polybar where appropriate: