From a2dd9cedc8692c272c465232013f0e8f2f6f63b1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 2 May 2023 21:57:27 -0400 Subject: [PATCH] kitty: Update config --- kitty/.config/kitty/kitty.conf | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index e57797a..65ff703 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -15,7 +15,7 @@ shell fish cursor_blink_interval 0 # Set the font family -font_family Hack +font_family Maple Mono # Don't show title bar (necessary for Wayland) hide_window_decorations yes @@ -32,13 +32,11 @@ copy_on_select clipboard # Set the wayland title bar to the same color as the terminal window wayland_titlebar_color background -# Use the grid layout by default to maximize screen usage (similar to bspwm) -# The other layouts are in this order to make it easy to differentiate them -# The stack layout is used to view specific windows in fullscreen -enabled_layouts grid, fat, tall, vertical, stack +# Use the master-stack layout +enabled_layouts stack # Set the default background opacity -background_opacity 0.85 +background_opacity 0.95 # Enable changing the background with "kitty @ set-background-opacity " dynamic_background_opacity yes @@ -55,10 +53,9 @@ enable_audio_bell no # Use a consistent window size for floating windows # remember_window_size no -# Open new kitty tabs in the current working directory +# Only use tabs and keep the current directory action_alias launch_tab launch --type=tab --cwd=current -map ctrl+shift+enter launch --cwd=current -map ctrl+shift+t launch_tab +map ctrl+shift+enter launch_tab # Use a slightly large window size by default initial_window_width 144c