diff options
author | clarkzjw <[email protected]> | 2023-01-25 23:37:30 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-25 23:37:30 -0800 |
commit | 988ac8f9cced74176695ab7ea04b0f6105c5d492 (patch) | |
tree | 4493a28a9322c5b4036b7dae528852c184042adc /dot_config/i3/scripts | |
parent | cb01f51ad6792cfbdd98372213ef06e06d1e2a20 (diff) | |
download | dotfiles-988ac8f9cced74176695ab7ea04b0f6105c5d492.tar.gz |
i3: update powermenu
Diffstat (limited to 'dot_config/i3/scripts')
-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[@]} |