From a9010059290909903d9bbbfdc2ab62976e1c60df Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:49:02 +0100 Subject: [PATCH] change kitty config & switch from alacritty to kitty Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/kitty/default.nix | 3 ++- home/system/hyprland/bindings.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/programs/kitty/default.nix b/home/programs/kitty/default.nix index 5e9e5ca..7b39b91 100644 --- a/home/programs/kitty/default.nix +++ b/home/programs/kitty/default.nix @@ -3,7 +3,8 @@ programs.kitty = { enable = true; keybindings = { - "ctrl+shift+tab" = "new_tab"; + "ctrl+shift+tab" = "new_tab_with_cwd"; + "ctrl+shift+enter" = "new_window_with_cwd"; "ctrl+j" = ''kitten pass_keys.py bottom ctrl+j''; "ctrl+k" = ''kitten pass_keys.py top ctrl+k''; "ctrl+h" = ''kitten pass_keys.py left ctrl+h''; diff --git a/home/system/hyprland/bindings.nix b/home/system/hyprland/bindings.nix index a805914..f56b765 100644 --- a/home/system/hyprland/bindings.nix +++ b/home/system/hyprland/bindings.nix @@ -2,7 +2,7 @@ wayland.windowManager.hyprland.settings = { bind = [ - "$mod,RETURN, exec, uwsm app -- ${pkgs.alacritty}/bin/alacritty" # Alacritty + "$mod,RETURN, exec, uwsm app -- ${pkgs.kitty}/bin/kitty" # Kitty (terminal) "$mod,E, exec, uwsm app -- ${pkgs.xfce.thunar}/bin/thunar" # Thunar "$mod,B, exec, uwsm app -- ${pkgs.brave}/bin/brave" # Brave Browser "$mod,K, exec, uwsm app -- ${pkgs.proton-pass}/bin/proton-pass" # Proton Pass