diff --git a/scripts/rofi-power-menu b/scripts/rofi-power-menu index 5f46670..83d2c87 100755 --- a/scripts/rofi-power-menu +++ b/scripts/rofi-power-menu @@ -48,7 +48,7 @@ actions[reboot]="systemctl reboot" actions[shutdown]="systemctl poweroff" # 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 dryrun=false