fix rofi power menu no confirmations

This commit is contained in:
EvilMuffinHa 2022-05-22 10:13:05 -04:00
parent e2e93f227f
commit a680a83f42

View File

@ -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