Initial Commit
This commit is contained in:
44
kitty/.config/kitty/kitty.conf
Normal file
44
kitty/.config/kitty/kitty.conf
Normal file
@@ -0,0 +1,44 @@
|
||||
# __ ___ __ __
|
||||
# / //_(_) /_/ /___ __
|
||||
# / ,< / / __/ __/ // /
|
||||
# /_/|_/_/\__/\__/\_, /
|
||||
# /___/
|
||||
#
|
||||
# Configuration
|
||||
font_family JetBrainsMono Nerd Font
|
||||
font_size 13
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
remember_window_size no
|
||||
initial_window_width 950
|
||||
initial_window_height 500
|
||||
cursor_blink_interval 0.5
|
||||
cursor_stop_blinking_after 1
|
||||
scrollback_lines 2000
|
||||
wheel_scroll_min_lines 1
|
||||
enable_audio_bell no
|
||||
window_padding_width 10
|
||||
hide_window_decorations yes
|
||||
background_opacity 0.7
|
||||
dynamic_background_opacity yes
|
||||
confirm_os_window_close 0
|
||||
selection_foreground none
|
||||
selection_background none
|
||||
|
||||
# Animated cursor follows text
|
||||
#include $HOME/.config/ml4w/settings/kitty-cursor-trail.conf
|
||||
cursor_trail 3
|
||||
|
||||
# Include wallpaper colors
|
||||
#include colors-wallust.conf
|
||||
#include colors-matugen.conf
|
||||
|
||||
# Include Custom Configuration
|
||||
# Create the file custom.conf in ~/.config/kitty to overwrite the default configuration
|
||||
include ./custom.conf
|
||||
|
||||
window_padding_width 0
|
||||
single_window_padding_width -1
|
||||
window_resize_step_cells 1
|
||||
window_resize_step_lines 1
|
||||
Reference in New Issue
Block a user