diff options
Diffstat (limited to 'dot_config/i3/scripts/executable_powermenu')
-rw-r--r-- | dot_config/i3/scripts/executable_powermenu | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dot_config/i3/scripts/executable_powermenu b/dot_config/i3/scripts/executable_powermenu index 989ab2c..1ea1caf 100644 --- a/dot_config/i3/scripts/executable_powermenu +++ b/dot_config/i3/scripts/executable_powermenu | |||
@@ -114,13 +114,13 @@ typeset -A menu | |||
114 | # Menu with keys/commands | 114 | # Menu with keys/commands |
115 | 115 | ||
116 | menu=( | 116 | menu=( |
117 | [ Shutdown]="systemctl poweroff" | 117 | [Shutdown]="systemctl poweroff" |
118 | [ Reboot]="systemctl reboot" | 118 | [Reboot]="systemctl reboot" |
119 | [ Suspend]="systemctl suspend" | 119 | [Suspend]="systemctl suspend" |
120 | [ Hibernate]="systemctl hibernate" | 120 | [Hibernate]="systemctl hibernate" |
121 | [ Lock]="~/.config/i3/scripts/blur-lock" | 121 | [Lock]="~/.config/i3/scripts/blur-lock" |
122 | [ Logout]="i3-msg exit" | 122 | [Logout]="i3-msg exit" |
123 | [ Cancel]="" | 123 | [Cancel]="" |
124 | ) | 124 | ) |
125 | 125 | ||
126 | menu_nrows=${#menu[@]} | 126 | menu_nrows=${#menu[@]} |