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
|
|
@ -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…
Add table
Add a link
Reference in a new issue