From 53617395a98f20bd85f522b257a65c4427352592 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Mon, 21 Oct 2024 12:41:48 -0500 Subject: [PATCH] Set kitty to act like a default xterm-256color Because so many of my hosts have no clue what the fuck an xterm-kitty is --- hyprland/.config/kitty/kitty.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprland/.config/kitty/kitty.conf b/hyprland/.config/kitty/kitty.conf index e3423bc3..2349b81d 100644 --- a/hyprland/.config/kitty/kitty.conf +++ b/hyprland/.config/kitty/kitty.conf @@ -26,6 +26,7 @@ update_check_interval 0 #: for details. # term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what