From 6b16be27f0226fd48a63162ce85a34a0b288edb5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 5 Apr 2020 12:53:35 +0100 Subject: [PATCH] Add blank line to save accidental shutdowns It'll happen eventually! --- files/bin/rofi-powermenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bin/rofi-powermenu b/files/bin/rofi-powermenu index ef460bc..8d904eb 100755 --- a/files/bin/rofi-powermenu +++ b/files/bin/rofi-powermenu @@ -10,7 +10,7 @@ lock="Lock" suspend="Suspend" log_out="Log Out" -options="$power_off\n$reboot\n$lock\n$suspend\n$log_out" +options="\n$power_off\n$reboot\n$lock\n$suspend\n$log_out" chosen="$(echo -e "$options" | rofi -dmenu -p Shutdown? -no-custom -lines 5)"