updates from makefile

This commit is contained in:
Don Harper 2024-01-05 15:17:17 -06:00
parent d82ce1ff8b
commit 8b5797559f
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ set $mode_system System (l) lock, (e) logout, (a) goaway, (s) suspend, (h) hiber
mode "$mode_system" {
bindsym l exec --no-startup-id $lock, mode "default"
bindsym e exec --no-startup-id swaymsg exit, mode "default"
bindsym a exec --no-startup-id $HOME/bin/gosleep, mode "default"
bindsym a exec --no-startup-id $HOME/bin/goaway, mode "default"
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"

View file

@ -158,7 +158,7 @@ set $mode_system System (l) lock, (e) logout, (a) goaway, (s) suspend, (h) hiber
mode "$mode_system" {
bindsym l exec --no-startup-id $lock, mode "default"
bindsym e exec --no-startup-id swaymsg exit, mode "default"
bindsym a exec --no-startup-id $HOME/bin/gosleep, mode "default"
bindsym a exec --no-startup-id $HOME/bin/goaway, mode "default"
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"