1
0
Fork 0
forked from fabian/nix

config: replace kitty with foot

This commit is contained in:
Fabian Montero 2025-08-26 19:01:54 -06:00
parent 040ce540c8
commit fab1778ec8
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
7 changed files with 121 additions and 145 deletions

View file

@ -143,7 +143,7 @@ in {
"${mod}+c" = "focus child";
"${mod}+d" = "exec ${bemenuCommand}";
"${mod}+l" = "exec ${getExe pkgs.gtklock} -d";
"${mod}+Return" = "exec ${lib.getExe pkgs.kitty} ${lib.getExe pkgs.tmux}";
"${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";
"${mod}+Tab" = "focus right";