Added key combination Mod+shift+L for locking screen.
This commit is contained in:
parent
51a59a4c2b
commit
a96ee9750e
|
|
@ -72,6 +72,7 @@ in {
|
|||
"${mod}+Pause" = XF86PowerOff;
|
||||
} // {
|
||||
"${mod}+space" = ''input "*" xkb_switch_layout next'';
|
||||
"${mod}+Shift+l" = "exec swaylock -f";
|
||||
} // { });
|
||||
menu = "j4-dmenu-desktop --no-generic --term=${
|
||||
pkgs.lib.getExe inputs.terminal
|
||||
|
|
|
|||
Loading…
Reference in a new issue