add kitty config
This commit is contained in:
parent
fb8751b23f
commit
d73f672edb
60
.config/kitty/kitty.conf
Normal file
60
.config/kitty/kitty.conf
Normal file
@ -0,0 +1,60 @@
|
||||
cursor none
|
||||
mouse_hide_wait 4.0
|
||||
|
||||
url_color #0087bd
|
||||
url_style curly
|
||||
open_url_with default
|
||||
url_prefixes file ftp ftps gemini git gopher http https irc ircs kitty mailto news sftp ssh magnet
|
||||
detect_urls yes
|
||||
underline_hyperlinks hover
|
||||
|
||||
copy_on_select yes
|
||||
paste_actions quote-urls-at-prompt,confirm
|
||||
strip_trailing_spaces never
|
||||
#select_by_word_characters @-./_~?&=%+#
|
||||
|
||||
# only open links when ctrl is pressed
|
||||
mouse_map left click ungrabbed
|
||||
mouse_map ctrl+left click ungrabbed mouse_handle_click selection link prompt
|
||||
|
||||
enable_audio_bell yes
|
||||
|
||||
visual_bell_duration 0.5
|
||||
visual_bell_color #bd01be
|
||||
window_alert_on_bell yes
|
||||
|
||||
remember_window_size no
|
||||
initial_window_width 640
|
||||
initial_window_height 400
|
||||
|
||||
foreground #f7e3f7
|
||||
background #261c2c
|
||||
background_opacity 1.0
|
||||
selection_foreground none
|
||||
selection_background none
|
||||
|
||||
color0 #261c2c
|
||||
color8 #000000
|
||||
color1 #e83f80
|
||||
color9 #e81063
|
||||
color2 #19cb00
|
||||
color10 #23fd00
|
||||
color3 #ffb65e
|
||||
color11 #ff9f2b
|
||||
color4 #b982ff
|
||||
color12 #9c4fff
|
||||
color5 #f57fff
|
||||
color13 #f14dff
|
||||
color6 #b3dfef
|
||||
color14 #83d2ef
|
||||
color7 #f7e3f7
|
||||
color15 #ffffff
|
||||
|
||||
# mark1_foreground black
|
||||
# mark1_background #98d3cb
|
||||
# mark2_foreground black
|
||||
# mark2_background #f2dcd3
|
||||
# mark3_foreground black
|
||||
# mark3_background #f274bc
|
||||
|
||||
notify_on_cmd_finish unfocused 5 notify
|
Loading…
x
Reference in New Issue
Block a user