lock when suspending or hybernating

This commit is contained in:
2024-04-24 11:37:33 +02:00
parent 3644648027
commit ebe7002e78

View File

@@ -116,8 +116,8 @@ typeset -A menu
menu=( menu=(
[ Shutdown]="systemctl poweroff" [ Shutdown]="systemctl poweroff"
[ Reboot]="systemctl reboot" [ Reboot]="systemctl reboot"
[ Suspend]="systemctl suspend" [ Suspend]="~/.config/i3/scripts/blur-lock && systemctl suspend"
[ Hibernate]="systemctl hibernate" [ Hibernate]="~/.config/i3/scripts/blur-lock && systemctl hibernate"
[ Lock]="~/.config/i3/scripts/blur-lock" [ Lock]="~/.config/i3/scripts/blur-lock"
[ Logout]="i3-msg exit" [ Logout]="i3-msg exit"
[ Cancel]="" [ Cancel]=""