regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

kitty.conf (1030B)


      1 # font_family      FiraCode Nerd Font Mon
      2 # font_family      xos4 Terminus
      3 # bold_font        auto
      4 # italic_font      auto
      5 # bold_italic_font auto
      6 
      7 disable_ligatures always
      8 font_size 11
      9 window_padding_width 3
     10 background_opacity 1
     11 shell_integration no-title
     12 hide_window_decorations no
     13 #confirm_os_window_close 0
     14 #linux_display_server x11
     15 close_on_child_death yes
     16 enable_audio_bell no
     17 cursor_shape beam
     18 paste_actions filter
     19 clipboard_control write-clipboard write-primary read-clipboard read-primary
     20 remember_window_size no
     21 
     22 initial_window_height 25c
     23 initial_window_width 100c
     24 
     25 map ctrl+shift+z send_text all \u0019
     26 map ctrl+tab send_text all \u001B[27;5;9~
     27 map ctrl+shift+tab send_text all \u001B[27;6;9~
     28 map ctrl+shift+left send_text all \x1b[1;6D
     29 map ctrl+shift+right send_text all \x1b[1;6C
     30 
     31 # BEGIN_KITTY_THEME
     32 # Adwaita dark
     33 include retro.conf
     34 # END_KITTY_THEME
     35 
     36 
     37 # BEGIN_KITTY_FONTS
     38 font_family      family="AcPlusToshibaSat9x 14 Nerd Font"
     39 bold_font        auto
     40 italic_font      auto
     41 bold_italic_font auto
     42 # END_KITTY_FONTS