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=(
[ Shutdown]="systemctl poweroff"
[ Reboot]="systemctl reboot"
[ Suspend]="systemctl suspend"
[ Hibernate]="systemctl hibernate"
[ Suspend]="~/.config/i3/scripts/blur-lock && systemctl suspend"
[ Hibernate]="~/.config/i3/scripts/blur-lock && systemctl hibernate"
[ Lock]="~/.config/i3/scripts/blur-lock"
[ Logout]="i3-msg exit"
[ Cancel]=""