Kitty Integration
Added the kitty/ directory to add in the kitty config files. also setup in a way that when passing --dotfiles to stow it will convert to a dotfile when stowing. This allows us to not have to use dotfiles to avoid having hidden files in the repository. Will be standard going forward.
This commit is contained in:
BIN
kitty/dot-config/kitty/images/terminal-bg.png
Normal file
BIN
kitty/dot-config/kitty/images/terminal-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
26
kitty/dot-config/kitty/kitty.conf
Normal file
26
kitty/dot-config/kitty/kitty.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# BEGIN_KITTY_THEME
|
||||||
|
# Tokyo Night Storm
|
||||||
|
include current-theme.conf
|
||||||
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
cursor_shape block
|
||||||
|
shell_integration no-cursor
|
||||||
|
|
||||||
|
#background_opacity 0.85
|
||||||
|
#background_blur 1
|
||||||
|
|
||||||
|
background_image images/terminal-bg.png
|
||||||
|
background_image_layout cscaled
|
||||||
|
background_tint 0.95
|
||||||
|
background_tint_gaps 0.10
|
||||||
|
|
||||||
|
window_margin_width 3
|
||||||
|
single_window_margin_width 0
|
||||||
|
|
||||||
|
enabled_layouts fat:bias=70;full_size=1
|
||||||
|
|
||||||
|
map ctrl+shift+enter new_window_with_cwd
|
||||||
|
|
||||||
|
remember_window_size no
|
||||||
|
initial_window_width 205c
|
||||||
|
initial_window_height 45c
|
||||||
Reference in New Issue
Block a user