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:
parent
c00cbdbade
commit
f252c628ec
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue