mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change kitty config & switch from alacritty to kitty
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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'';
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user