feat(terminal): Replace kitty as default terminal for linux
This commit is contained in:
@@ -6,9 +6,8 @@
|
|||||||
size = 13;
|
size = 13;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
background_opacity = "0";
|
background_opacity = "0.8";
|
||||||
background_tint = "0.8";
|
background_color = "#FFFFFF";
|
||||||
background_color = "#0000000";
|
|
||||||
shell = "${pkgs.fish}/bin/fish";
|
shell = "${pkgs.fish}/bin/fish";
|
||||||
};
|
};
|
||||||
shellIntegration.enableFishIntegration = true;
|
shellIntegration.enableFishIntegration = true;
|
||||||
|
|||||||
@@ -149,8 +149,8 @@
|
|||||||
];
|
];
|
||||||
bind = [
|
bind = [
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
"$mainMod, Return, exec, ${pkgs.foot}/bin/foot"
|
"$mainMod, Return, exec, ${pkgs.kitty}/bin/kitty"
|
||||||
"$mainModShift, Return, exec, ${pkgs.wezterm}/bin/wezterm"
|
"$mainModShift, Return, exec, ${pkgs.foot}/bin/foot"
|
||||||
"$mainModShift, Q, killactive,"
|
"$mainModShift, Q, killactive,"
|
||||||
# "$mainMod, M, exit,"
|
# "$mainMod, M, exit,"
|
||||||
"$mainMod, t, togglefloating,"
|
"$mainMod, t, togglefloating,"
|
||||||
|
|||||||
Reference in New Issue
Block a user