forked from fabian/nix
suspend pc con ctrl+l
This commit is contained in:
parent
bcfc8bbe96
commit
57523a9a50
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ in {
|
||||||
"${mod}+a" = "focus parent";
|
"${mod}+a" = "focus parent";
|
||||||
"${mod}+c" = "focus child";
|
"${mod}+c" = "focus child";
|
||||||
"${mod}+d" = "exec ${bemenuCommand}";
|
"${mod}+d" = "exec ${bemenuCommand}";
|
||||||
"${mod}+l" = "exec ${getExe pkgs.gtklock} -d";
|
"${mod}+l" = "exec ${getExe pkgs.gtklock} -d && systemctl suspend";
|
||||||
"${mod}+Return" = "exec ${lib.getExe pkgs.foot} ${lib.getExe pkgs.tmux}";
|
"${mod}+Return" = "exec ${lib.getExe pkgs.foot} ${lib.getExe pkgs.tmux}";
|
||||||
"${mod}+Shift+s" = "exec ${grimshot} copy area";
|
"${mod}+Shift+s" = "exec ${grimshot} copy area";
|
||||||
"${mod}+Shift+a" = "exec ${grimshot} copy output";
|
"${mod}+Shift+a" = "exec ${grimshot} copy output";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue