Added key combination Mod+shift+L for locking screen.

This commit is contained in:
vorboyvo 2024-08-24 21:48:15 -04:00
parent 51a59a4c2b
commit a96ee9750e

View file

@ -72,6 +72,7 @@ in {
"${mod}+Pause" = XF86PowerOff; "${mod}+Pause" = XF86PowerOff;
} // { } // {
"${mod}+space" = ''input "*" xkb_switch_layout next''; "${mod}+space" = ''input "*" xkb_switch_layout next'';
"${mod}+Shift+l" = "exec swaylock -f";
} // { }); } // { });
menu = "j4-dmenu-desktop --no-generic --term=${ menu = "j4-dmenu-desktop --no-generic --term=${
pkgs.lib.getExe inputs.terminal pkgs.lib.getExe inputs.terminal