From ea5df3d629dbeb5bb6da964e1eb8ed4981db7a12 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 22 Jul 2026 02:50:12 -0400 Subject: Created default config files for kitty / ghostty Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/UserConfigs/ghostty.conf new file: config/hypr/UserConfigs/kitty.conf --- config/hypr/UserConfigs/kitty.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 config/hypr/UserConfigs/kitty.conf (limited to 'config/hypr/UserConfigs/kitty.conf') diff --git a/config/hypr/UserConfigs/kitty.conf b/config/hypr/UserConfigs/kitty.conf new file mode 100644 index 00000000..fa7eb95b --- /dev/null +++ b/config/hypr/UserConfigs/kitty.conf @@ -0,0 +1,33 @@ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # + +# you can choose themes from $HOME/.config/kitty/kitty-themes/ +include ./kitty-themes/01-Wallust.conf + +font_family FantasqueSansM Nerd Font Mono +font_size 14.0 +bold_font auto +italic_font auto +bold_italic_font auto + +background_opacity 0.9 +dynamic_background_opacity 1 +confirm_os_window_close 0 + +# Animated cursor +cursor_trail 1 + +# change to x11 or wayland or leave auto +linux_display_server auto +allow_remote_control yes + +scrollback_lines 2000 +wheel_scroll_min_lines 1 + +enable_audio_bell no + +window_padding_width 4 + +selection_foreground none +selection_background none + +# foreground/background/cursor are set by the active theme -- cgit v1.2.3