diff --git a/kitty/kitty.conf b/kitty/kitty.conf index df53b284..ad346d7f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -2,9 +2,18 @@ include /home/brian/.config/kitty/.nord-kitty.conf background_opacity 0.80 remember_window_size yes map ctrl+shift+enter new_window_with_cwd +map ctrl+left resize_window narrower +map ctrl+right resize_window wider +map ctrl+up resize_window taller 1 +map ctrl+down resize_window shorter 1 cursor_stop_blinking_after 0.25 cursor_shape block italic_font Roboto Mono Italic shell_integration no-cursor enable_audio_bell no font_size 15 +window_margin_width 1 +window_border_width 0.5pt +hide_window_decorations yes +active_border_color #61AFEF +inactive_border_color #ADADAD diff --git a/kitty/session b/kitty/session new file mode 100644 index 00000000..c5632b97 --- /dev/null +++ b/kitty/session @@ -0,0 +1,8 @@ +# Set the layout of the current tab +layout fat:bias=10;full_size=1;mirrored=false +# Set the working directory for windows in the current tab +cd $CPROJ +# Create a window and run the specified command in it +launch nvim +launch bash +launch bash