Update dotfiles

This commit is contained in:
2022-09-12 14:16:43 +03:00
parent 215db2fc03
commit a5b6ceef2a
6 changed files with 19 additions and 74 deletions

View File

@@ -13,7 +13,7 @@ set -e
set -u
# All supported choices
all=(shutdown reboot suspend hibernate logout lockscreen reboot-windows reboot-uefi)
all=(shutdown reboot suspend hibernate lockscreen logout reboot-windows reboot-uefi)
# By default, show all (i.e., just copy the array)
show=("${all[@]}")
@@ -42,7 +42,7 @@ icons[shutdown]="\uf011"
icons[cancel]="\u00d7"
declare -A actions
actions[lockscreen]="dm-tool lock"
actions[lockscreen]="dm-tool switch-to-greeter"
actions[logout]="pkill awesome"
actions[suspend]="systemctl suspend"
actions[hibernate]="systemctl hibernate"