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.
This commit is contained in:
LoganDungeon 2017-12-14 15:49:21 +01:00 committed by GitHub
parent 6d63bb8fa9
commit 413a2d4a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ exec --no-startup-id sudo mount -a
#Composite manager: #Composite manager:
#exec --no-startup-id compton --xrender-sync-fence #exec --no-startup-id compton --xrender-sync-fence
#Refresh bash/ranger shortcuts: #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: #Try to load VGA screen if available:
exec --no-startup-id ~/.config/Scripts/screen.sh v exec --no-startup-id ~/.config/Scripts/screen.sh v
#Launch Polybar where appropriate: #Launch Polybar where appropriate: