powermenu suspend fix, cmp org mode working
This commit is contained in:
parent
e00d0d63f5
commit
c0a675747e
4 changed files with 11 additions and 5 deletions
|
@ -10,7 +10,7 @@ if [ ${#option} -gt 0 ]
|
|||
then
|
||||
case $option in
|
||||
Suspend)
|
||||
$LOCKER ;systemctl suspend
|
||||
$LOCKER && systemctl suspend
|
||||
;;
|
||||
Reboot)
|
||||
systemctl reboot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue