This commit is contained in:
Henrik Bakken
2021-03-23 01:15:36 +01:00
parent 5632010463
commit 8c79595610
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ for_window [class="qt5ct"] floating enable sticky enable border normal
# Set shut down, restart and locking features
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id ~/OneDrive/dotfiles/root/locker.sh, mode "default"
bindsym l exec --no-startup-id sh ~/locker.sh, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym r exec --no-startup-id i3exit reboot, mode "default"