change kitty config & switch from alacritty to kitty

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-11-03 15:49:02 +01:00
parent 31fb93ff68
commit a901005929
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
programs.kitty = { programs.kitty = {
enable = true; enable = true;
keybindings = { 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+j" = ''kitten pass_keys.py bottom ctrl+j'';
"ctrl+k" = ''kitten pass_keys.py top ctrl+k''; "ctrl+k" = ''kitten pass_keys.py top ctrl+k'';
"ctrl+h" = ''kitten pass_keys.py left ctrl+h''; "ctrl+h" = ''kitten pass_keys.py left ctrl+h'';

View File

@@ -2,7 +2,7 @@
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
bind = 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,E, exec, uwsm app -- ${pkgs.xfce.thunar}/bin/thunar" # Thunar
"$mod,B, exec, uwsm app -- ${pkgs.brave}/bin/brave" # Brave Browser "$mod,B, exec, uwsm app -- ${pkgs.brave}/bin/brave" # Brave Browser
"$mod,K, exec, uwsm app -- ${pkgs.proton-pass}/bin/proton-pass" # Proton Pass "$mod,K, exec, uwsm app -- ${pkgs.proton-pass}/bin/proton-pass" # Proton Pass