fix rofi power menu no confirmations
This commit is contained in:
parent
e2e93f227f
commit
a680a83f42
|
@ -48,7 +48,7 @@ actions[reboot]="systemctl reboot"
|
||||||
actions[shutdown]="systemctl poweroff"
|
actions[shutdown]="systemctl poweroff"
|
||||||
|
|
||||||
# By default, ask for confirmation for actions that are irreversible
|
# By default, ask for confirmation for actions that are irreversible
|
||||||
confirmations=(reboot shutdown logout)
|
confirmations=(reboot shutdown logout suspend hibernate lockscreen)
|
||||||
|
|
||||||
# By default, no dry run
|
# By default, no dry run
|
||||||
dryrun=false
|
dryrun=false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user