hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

kitty.conf (366B)


      1 include ~/.config/kitty/catppuccin.conf
      2 
      3 font_size 14
      4 background_opacity 0.8
      5 confirm_os_window_close 0
      6 cursor_blink_interval 0
      7 
      8 # binds
      9 map alt+c copy_to_clipboard
     10 map alt+v paste_from_clipboard
     11 
     12 map alt+k scroll_line_up
     13 map alt+j scroll_line_down
     14 
     15 map alt+shift+k change_font_size all +2.0
     16 map alt+shift+j change_font_size all -2.0
     17 map alt+0 change_font_size all 0