- hyprland: add hy3 plugin config, prefer kitty terminal, change shift+exit to E - kitty: reduce font size to 10.5 - nvim: change indent width to 2 spaces - nvim: replace avante with parrot (Ollama provider) - nvim: temporarily disable treesitter install
24 lines
476 B
Plaintext
24 lines
476 B
Plaintext
font_size 10.5
|
|
|
|
#text_composition_strategy legacy
|
|
#modify_font cell_width 95%
|
|
#background_opacity 20
|
|
|
|
cursor_trail 20
|
|
cursor_trail_start_threshold 0
|
|
shell_integration no-cursor
|
|
cursor_trail_decay 0.01 0.15
|
|
cursor_shape block
|
|
|
|
linux_display_server wayland
|
|
wayland_enable_ime yes
|
|
|
|
|
|
# BEGIN_KITTY_FONTS
|
|
#font_family family="JetBrainsMono Nerd Font Mono"
|
|
font_family family="Fira Code"
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
# END_KITTY_FONTS
|