Add proper screen locker

This commit is contained in:
2022-03-10 12:27:04 +00:00
parent 8be5bbeab8
commit 499c280cb7
2 changed files with 9 additions and 5 deletions

View File

@@ -153,8 +153,7 @@ in {
"${mod}+Shift+j" = "exec --no-startup-id i3utils window move next";
"${mod}+p" = "scratchpad show";
"${mod}+Escape" = "exec i3lock -i /home/daniel/wallpapers/lock.png";
"${mod}+Shift+Escape" = "exec i3lock -i /home/daniel/wallpapers/lock.png && systemctl suspend";
"${mod}+Escape" = "exec loginctl lock-session";
"XF86MonBrightnessUp" = "exec xbacklight -inc 10";
"XF86MonBrightnessDown" = "exec xbacklight -dec 10";