lock when suspending or hybernating
This commit is contained in:
@@ -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]=""
|
||||||
|
|||||||
Reference in New Issue
Block a user