feat(terminal): Replace kitty as default terminal for linux

This commit is contained in:
uttarayan21
2024-03-28 04:18:36 +05:30
parent 4f3d5eb309
commit 5b9d2e9ce5
2 changed files with 4 additions and 5 deletions

View File

@@ -6,9 +6,8 @@
size = 13;
};
settings = {
background_opacity = "0";
background_tint = "0.8";
background_color = "#0000000";
background_opacity = "0.8";
background_color = "#FFFFFF";
shell = "${pkgs.fish}/bin/fish";
};
shellIntegration.enableFishIntegration = true;

View File

@@ -149,8 +149,8 @@
];
bind = [
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
"$mainMod, Return, exec, ${pkgs.foot}/bin/foot"
"$mainModShift, Return, exec, ${pkgs.wezterm}/bin/wezterm"
"$mainMod, Return, exec, ${pkgs.kitty}/bin/kitty"
"$mainModShift, Return, exec, ${pkgs.foot}/bin/foot"
"$mainModShift, Q, killactive,"
# "$mainMod, M, exit,"
"$mainMod, t, togglefloating,"