Update fonts and clipboard management
This commit is contained in:
parent
dbdb200e80
commit
c22eb914da
11
kitty.conf
11
kitty.conf
|
@ -1,9 +1,9 @@
|
||||||
# misc
|
# misc
|
||||||
|
|
||||||
font_family Fira Code
|
font_family Fira Code
|
||||||
bold_font auto
|
bold_font Fira Code Bold
|
||||||
italic_font auto
|
italic_font Iosevka Term Thin Italic Nerd Font Complete Mono
|
||||||
bold_italic_font auto
|
bold_italic_font Fira Code SemiBold
|
||||||
#symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
|
#symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
|
||||||
open_url_modifiers ctrl
|
open_url_modifiers ctrl
|
||||||
open_url_with ~/.bin/browser.sh
|
open_url_with ~/.bin/browser.sh
|
||||||
|
@ -29,5 +29,10 @@ map ctrl+shift+tab next_window
|
||||||
# remote control
|
# remote control
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
|
||||||
|
# clipboard
|
||||||
|
|
||||||
|
clipboard_control write-clipboard write-primary no-append
|
||||||
|
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
include ./theme.conf
|
include ./theme.conf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user