Initial commit
This commit is contained in:
38
kitty/shared-settings.conf
Normal file
38
kitty/shared-settings.conf
Normal file
@@ -0,0 +1,38 @@
|
||||
# Shared Settings
|
||||
|
||||
# Font settings
|
||||
font_family DankMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 12.0
|
||||
adjust_line_height 100%
|
||||
font_features none
|
||||
|
||||
# Cursor settings
|
||||
cursor_shape block
|
||||
cursor_shape_unfocused hollow
|
||||
cursor_blink_interval 0
|
||||
|
||||
shell_integration disabled
|
||||
|
||||
# Window decorations
|
||||
hide_window_decorations yes
|
||||
|
||||
# Window paddings
|
||||
window_padding_width 5 5 5 5
|
||||
|
||||
# Setting background opacity
|
||||
background_opacity 0.8
|
||||
|
||||
# Setting background
|
||||
# background_image /home/poti/.config/kitty/backgrounds/bg-blurred-darker.png
|
||||
# background_image_layout scaled
|
||||
|
||||
# Wayland Specific
|
||||
linux_display_server wayland
|
||||
wayland_enable_ime yes
|
||||
|
||||
# Miscellaneous settings
|
||||
# Set scrollback lines maximum
|
||||
scrollback_lines 1000000
|
||||
Reference in New Issue
Block a user