Change swaylock bind to Super+Alt+L
Add Shift to wlogout bind
This commit is contained in:
parent
bc97bfe83a
commit
e528a8fc88
|
@ -133,8 +133,8 @@
|
|||
"XF86MonBrightnessDown" = "exec ${services.avizo.package}/bin/lightctl - 5";
|
||||
|
||||
# System utilities
|
||||
"${modifier}+F1" = "exec swaylockfx";
|
||||
"${modifier}+p" = "exec ${programs.wlogout.package}/bin/wlogout";
|
||||
"Mod4+Mod1+l" = "exec swaylockfx";
|
||||
"${modifier}+Shift+p" = "exec ${programs.wlogout.package}/bin/wlogout";
|
||||
"${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue