chore: kitty.conf update
This commit is contained in:
parent
bb089a349c
commit
41faa8f2ca
@ -244,7 +244,7 @@ url_style curly
|
||||
#: The color and style for highlighting URLs on mouse-over. url_style
|
||||
#: can be one of: none, single, double, curly
|
||||
|
||||
# open_url_modifiers kitty_mod
|
||||
open_url_modifiers kitty_mod
|
||||
|
||||
#: The modifier keys to press when clicking with the mouse on URLs to
|
||||
#: open the URL
|
||||
@ -276,7 +276,7 @@ copy_on_select no
|
||||
#: programs, including websites open in your browser can read the
|
||||
#: contents of the system clipboard.
|
||||
|
||||
strip_trailing_spaces smart
|
||||
strip_trailing_spaces always
|
||||
|
||||
#: Remove spaces at the end of lines when copying to clipboard. A
|
||||
#: value of smart will do it when using normal selections, but not
|
||||
@ -336,7 +336,7 @@ focus_follows_mouse yes
|
||||
#: in full screen programs that redraw the entire screen on each loop,
|
||||
#: because kitty is so fast that partial screen updates will be drawn.
|
||||
|
||||
# sync_to_monitor yes
|
||||
sync_to_monitor yes
|
||||
|
||||
#: Sync screen updates to the refresh rate of the monitor. This
|
||||
#: prevents tearing (https://en.wikipedia.org/wiki/Screen_tearing)
|
||||
@ -582,18 +582,27 @@ color0 #000000
|
||||
color1 #ff5555
|
||||
color2 #50fa7b
|
||||
color3 #f1fa8c
|
||||
color3 #f1fa8c
|
||||
color4 #bd93f9
|
||||
color5 #ff79c6
|
||||
color6 #8be9fd
|
||||
color7 #bbbbbb
|
||||
color8 #555555
|
||||
color9 #ff5555
|
||||
color10 #50fa7b
|
||||
color11 #f1fa8c
|
||||
color12 #bd93f9
|
||||
color13 #ff79c6
|
||||
color14 #8be9fd
|
||||
color15 #ffffff
|
||||
#color8 #555555
|
||||
color8 #686868
|
||||
#color9 #ff5555
|
||||
color9 #ff6e67
|
||||
#color10 #50fa7b
|
||||
color10 #5af78e
|
||||
#color11 #f1fa8c
|
||||
color11 #f4f99d
|
||||
#color12 #bd93f9
|
||||
color12 #caa9fa
|
||||
#color13 #ff79c6
|
||||
color13 #ff92d0
|
||||
#color14 #8be9fd
|
||||
color14 #9aedfe
|
||||
#color15 #ffffff
|
||||
color15 #e6e6e6
|
||||
# background #1e1f29
|
||||
background #262626
|
||||
selection_foreground #1e1f29
|
||||
@ -761,6 +770,7 @@ background_opacity 0.95
|
||||
#: Advanced {{{
|
||||
|
||||
# shell .
|
||||
shell zsh
|
||||
|
||||
#: The shell program to execute. The default value of . means to use
|
||||
#: whatever shell is set as the default shell for the current user.
|
||||
@ -933,7 +943,7 @@ background_opacity 0.95
|
||||
#: on both light and dark backgrounds. WARNING: this might make your
|
||||
#: mouse cursor invisible on dual GPU machines.
|
||||
|
||||
# linux_display_server auto
|
||||
linux_display_server auto
|
||||
|
||||
#: Choose between Wayland and X11 backends. By default, an appropriate
|
||||
#: backend based on the system state is chosen automatically. Set it
|
||||
|
Loading…
Reference in New Issue
Block a user