X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/c4964d2d6d124de99d706a3368b67b8f425bd4d1..f3e9f5c17a6ba27ae5715a566b1454031f5a10da:/config/kitty/kitty.conf diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 9f39c2b..b696cdb 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,21 +1,20 @@ # Font -font_family InputMonoCondensed Nerd Font Thin -bold_font InputMonoCondensed Nerd Font Medium -italic_font InputMonoCondensedIta Nerd Font Thin -bold_italic_font InputMonoCondensedIta Nerd Font Medium +font_family InputMonoCondensed-Thin +bold_font InputMonoCondensed-Medium +italic_font InputMonoCondensed-ThinItalic +bold_italic_font InputMonoCondensed-MediumItalic font_size 14.0 # Cursor -cursor #eeeeee +cursor none cursor_text_color #3e3937 cursor_shape block +cursor_trail 1 # Mouse mouse_hide_wait 0 - -macos_titlebar_color background -background_opacity 1.0 +background_opacity 0.95 # Color Scheme - Ruben Tranquil foreground #ffffff @@ -134,8 +133,33 @@ color15 #ffffff # color15 #ffffff # window -hide_window_decorations no -tab_bar_style separator +hide_window_decorations titlebar-only +window_margin_width 10 5 5 +tab_bar_style custom +tab_bar_margin_width 5.0 +tab_bar_margin_height 5.0 0.0 + +enabled_layouts splits,tall,fat,grid,stack # keyboard macos_option_as_alt left + +# Splits and Navigation, Tmux Style +map cmd+a>- launch --location=hsplit +map cmd+a>| launch --location=vsplit +# map f7 layout_action rotate + +# Navigate Windows +map cmd+a>h neighboring_window left +map cmd+a>l neighboring_window right +map cmd+a>k neighboring_window up +map cmd+a>j neighboring_window down + +# Move the active window in the indicated direction +map cmd+a>shift+h move_window left +map cmd+a>shift+l move_window right +map cmd+a>shift+k move_window up +map cmd+a>shift+j move_window down + +map cmd+a>, set_tab_title +map cmd+a>z toggle_layout stack