feat: fix temperature ranaway; add hibernation from sway

This commit is contained in:
Leon Schwarzäugl 2025-03-26 21:53:39 +01:00
parent 9a1143d1f4
commit 3254d748fd
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 15 additions and 9 deletions

View file

@ -292,6 +292,7 @@ in
mode $exit {
bindsym --to-code {
s exec \"systemctl suspend\", mode \"default\"
h exec \"systemctl hibernate\", mode \"default\"
l exec \"swaylock --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize\", mode \"default\
p exec \"systemctl poweroff\"
r exec \"systemctl reboot\"