From 5b9d2e9ce5d8180b3db72cb0908da1fa854c987c Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 28 Mar 2024 04:18:36 +0530 Subject: [PATCH] feat(terminal): Replace kitty as default terminal for linux --- common/kitty.nix | 5 ++--- linux/hyprland.nix | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/common/kitty.nix b/common/kitty.nix index c72ef91c..3e2921e2 100644 --- a/common/kitty.nix +++ b/common/kitty.nix @@ -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; diff --git a/linux/hyprland.nix b/linux/hyprland.nix index a5091cf8..105505bc 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -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,"