powermenu: Remove hybrid-suspend

Hybrid suspending is not working for my system currently (definitely
TODO). For the time being, we simply suspend only instead.
This commit is contained in:
Marty Oehme 2025-02-25 23:27:57 +01:00
parent c00cbdbade
commit f252c628ec
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 2 additions and 2 deletions
desktop/.config/river
scripts/.local/bin

View file

@ -115,7 +115,7 @@ riverctl map normal $mod+Shift L spawn "papis -s picktool dmenu open"
# shellcheck disable=SC2016
riverctl map normal $mod+Shift S spawn 'flavourchoose'
# Password dropdown frontend
# Password frontend
riverctl map normal $mod+Shift P spawn "pass-pick"
# File upload

View file

@ -92,7 +92,7 @@ case "$result" in
if [ -x /usr/bin/systemctl ]; then
systemctl suspend-then-hibernate
else
sudo zzz -H
sudo zzz
fi
fi
;;