updated kitty.conf and created sample session
This commit is contained in:
parent
53daac17d2
commit
d6f25e03ec
2 changed files with 17 additions and 0 deletions
|
|
@ -2,9 +2,18 @@ include /home/brian/.config/kitty/.nord-kitty.conf
|
||||||
background_opacity 0.80
|
background_opacity 0.80
|
||||||
remember_window_size yes
|
remember_window_size yes
|
||||||
map ctrl+shift+enter new_window_with_cwd
|
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_stop_blinking_after 0.25
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
italic_font Roboto Mono Italic
|
italic_font Roboto Mono Italic
|
||||||
shell_integration no-cursor
|
shell_integration no-cursor
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
font_size 15
|
font_size 15
|
||||||
|
window_margin_width 1
|
||||||
|
window_border_width 0.5pt
|
||||||
|
hide_window_decorations yes
|
||||||
|
active_border_color #61AFEF
|
||||||
|
inactive_border_color #ADADAD
|
||||||
|
|
|
||||||
8
kitty/session
Normal file
8
kitty/session
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue