mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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:
parent
6d63bb8fa9
commit
413a2d4a17
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user