1
0
Fork 0
forked from fabian/nix

suspend pc con ctrl+l

This commit is contained in:
chem 2025-11-14 11:30:43 -06:00
parent bcfc8bbe96
commit 57523a9a50

View file

@ -142,7 +142,7 @@ in {
"${mod}+a" = "focus parent";
"${mod}+c" = "focus child";
"${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}+Shift+s" = "exec ${grimshot} copy area";
"${mod}+Shift+a" = "exec ${grimshot} copy output";