init
This commit is contained in:
123
config/kitty/kitty.conf
Normal file
123
config/kitty/kitty.conf
Normal file
@@ -0,0 +1,123 @@
|
||||
# _ _ _ _ _ _ _
|
||||
# | | _(_) |_| |_ _ _ | |_ ___ _ __ _ __ ___ (_)_ __ __ _| |
|
||||
# | |/ / | __| __| | | | | __/ _ \ '__| '_ ` _ \| | '_ \ / _` | |
|
||||
# | <| | |_| |_| |_| | | || __/ | | | | | | | | | | | (_| | |
|
||||
# |_|\_\_|\__|\__|\__, | \__\___|_| |_| |_| |_|_|_| |_|\__,_|_|
|
||||
# |___/ _ _ _
|
||||
# ___ _ _ ___| |_ ___ _ __ ___ (_)______ _| |_(_) ___ _ __
|
||||
# / __| | | / __| __/ _ \| '_ ` _ \| |_ / _` | __| |/ _ \| '_ \
|
||||
# | (__| |_| \__ \ || (_) | | | | | | |/ / (_| | |_| | (_) | | | |
|
||||
# \___|\__,_|___/\__\___/|_| |_| |_|_/___\__,_|\__|_|\___/|_| |_|
|
||||
|
||||
##########################################################################
|
||||
|
||||
# themes
|
||||
#include GruvBox_DarkHard.conf
|
||||
#include Wryan.conf
|
||||
#include VSCode_Dark.conf
|
||||
|
||||
# terminal opacity and blur
|
||||
#background_image /home/dukantic/Hermit_Purple/wallpaper_kitty.jpg
|
||||
#background_image_layout cscaled
|
||||
background_opacity 0.7
|
||||
|
||||
|
||||
# advance
|
||||
term xterm-kitty
|
||||
|
||||
# terminal bell
|
||||
enable_audio_bell no
|
||||
|
||||
|
||||
# os specific tweaks (Gnome window decoration for wayland)
|
||||
#linux_display_server x11
|
||||
|
||||
# font
|
||||
font_family Terminess Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 20
|
||||
|
||||
dpi 120.0
|
||||
|
||||
|
||||
|
||||
|
||||
# font size management
|
||||
# map ctrl+shift+backspace change_font_size all 0
|
||||
|
||||
# cursor customization
|
||||
# block / beam / underline
|
||||
cursor_shape block
|
||||
cursor_blink_interval 0
|
||||
cursor_stop_blinking_after 0
|
||||
shell_integration no-cursor
|
||||
|
||||
|
||||
cursor_trail 1
|
||||
cursor_trail_decay 0.1 0.4
|
||||
|
||||
# scrollback
|
||||
# scrollback_lines 5000
|
||||
#wheel_scroll_multiplier 3.0
|
||||
|
||||
# mouse
|
||||
mouse_hide_wait -1
|
||||
|
||||
# window layout
|
||||
#remember_window_size no
|
||||
#initial_window_width 1200
|
||||
#initial_window_height 750
|
||||
#window_border_width 1.5pt
|
||||
#enabled_layouts tall
|
||||
#window_padding_width 0
|
||||
#window_margin_width 2
|
||||
#hide_window_decorations no
|
||||
|
||||
# window management
|
||||
|
||||
#map ctrl+shift+enter new_window
|
||||
#map ctrl+shift+] next_window
|
||||
#map ctrl+shift+[ previous_window
|
||||
|
||||
# layout management
|
||||
#map ctrl+shift+l next_layout
|
||||
#map ctrl+alt+r goto_layout tall
|
||||
#map ctrl+alt+s goto_layout stack
|
||||
|
||||
# tab bar customization
|
||||
#tab_bar_style powerline
|
||||
#tab_powerline_style slanted
|
||||
#tab_bar_edge bottom
|
||||
#tab_bar_align left
|
||||
#active_tab_font_style bold
|
||||
#inactive_tab_font_style normal
|
||||
|
||||
# tab management
|
||||
#map ctrl+shift+t new_tab
|
||||
#map ctrl+shift+right next_tab
|
||||
#map ctrl+shift+left previous_tab
|
||||
#map ctrl+shift+q close_tab
|
||||
|
||||
background #000000
|
||||
foreground #f1f1f1
|
||||
cursor #4c4c4c
|
||||
selection_background #414141
|
||||
color0 #2a2a2a
|
||||
color8 #666666
|
||||
color1 #ff0000
|
||||
color9 #ff007f
|
||||
color2 #78ff0e
|
||||
color10 #66ff66
|
||||
color3 #e6be00
|
||||
color11 #f3d64d
|
||||
color4 #396ad6
|
||||
color12 #7099ec
|
||||
color5 #b348bd
|
||||
color13 #da66e5
|
||||
color6 #66ccff
|
||||
color14 #79def1
|
||||
color7 #bababa
|
||||
color15 #ffffff
|
||||
selection_foreground #000000
|
||||
Reference in New Issue
Block a user