swaylock under key binding
This commit is contained in:
parent
40f5aab10b
commit
30ab3d8ddf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ in
|
|||
"${mod}+Shift+e" = "exit";
|
||||
"${mod}+Shift+c" = "reload";
|
||||
"${mod}+Shift+r" = "restart";
|
||||
"${mod}+Shift+l" = "exec physlock -d";
|
||||
"${mod}+Shift+l" = "exec swaylock";
|
||||
"${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty";
|
||||
|
||||
"XF86AudioRaiseVolume" = "exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%";
|
||||
|
|
Loading…
Reference in a new issue