tweaked powermenu script:
This commit is contained in:
parent
b57aabd13e
commit
aeb80cc537
@ -73,7 +73,6 @@ run_cmd() {
|
|||||||
systemctl reboot
|
systemctl reboot
|
||||||
elif [[ $1 == '--suspend' ]]; then
|
elif [[ $1 == '--suspend' ]]; then
|
||||||
mpc -q pause
|
mpc -q pause
|
||||||
amixer set Master mute
|
|
||||||
systemctl suspend
|
systemctl suspend
|
||||||
elif [[ $1 == '--logout' ]]; then
|
elif [[ $1 == '--logout' ]]; then
|
||||||
if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
|
if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user