From a680a83f42c3a44d2a7160931837a58a4e50fa20 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Sun, 22 May 2022 10:13:05 -0400 Subject: [PATCH] fix rofi power menu no confirmations --- scripts/rofi-power-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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