Fix sway shutdown, add greetd

This commit is contained in:
askiiart 2023-11-20 12:09:00 -06:00
parent 0babbccd19
commit bd8dfa678e
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 46 additions and 4 deletions

View file

@ -32,7 +32,7 @@ mode "$mode_system" {
bindsym l exec --no-startup-id $lockwall, mode "default"
bindsym e exec --no-startup-id swaymsg exit, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym Ctrl+s exec --no-startup-id systemctl poweroff -i, mode "default"
bindsym s exec --no-startup-id systemctl poweroff -i, mode "default"
# back to normal: Enter or Escape
bindsym Return mode "default"