kitty
This commit is contained in:
parent
46e5107ee4
commit
82aac3cbc3
1 changed files with 8 additions and 10 deletions
|
|
@ -8,7 +8,6 @@ bold_italic_font auto
|
||||||
# Font size (in pts)
|
# Font size (in pts)
|
||||||
font_size 16.0
|
font_size 16.0
|
||||||
|
|
||||||
window_padding_width 4
|
|
||||||
linux_display_server auto
|
linux_display_server auto
|
||||||
background_opacity 0.9
|
background_opacity 0.9
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
|
|
@ -21,9 +20,7 @@ click_interval 0.5
|
||||||
select_by_word_characters :@-./_~?&=%+#
|
select_by_word_characters :@-./_~?&=%+#
|
||||||
mouse_hide_wait 0.0
|
mouse_hide_wait 0.0
|
||||||
enabled_layouts *
|
enabled_layouts *
|
||||||
remember_window_size no
|
remember_window_size n
|
||||||
initial_window_width 640
|
|
||||||
initial_window_height 400
|
|
||||||
repaint_delay 10
|
repaint_delay 10
|
||||||
input_delay 3
|
input_delay 3
|
||||||
visual_bell_duration 0.0
|
visual_bell_duration 0.0
|
||||||
|
|
@ -31,8 +28,8 @@ enable_audio_bell no
|
||||||
open_url_modifiers ctrl+shift
|
open_url_modifiers ctrl+shift
|
||||||
open_url_with default
|
open_url_with default
|
||||||
term xterm-kitty
|
term xterm-kitty
|
||||||
window_border_width 0
|
window_border_width 1
|
||||||
window_margin_width 15
|
window_margin_width 5
|
||||||
|
|
||||||
# Clipboard
|
# Clipboard
|
||||||
map super+v paste_from_clipboard
|
map super+v paste_from_clipboard
|
||||||
|
|
@ -86,12 +83,13 @@ map ctrl+shift+down decrease_font_size
|
||||||
map ctrl+shift+backspace restore_font_size
|
map ctrl+shift+backspace restore_font_size
|
||||||
|
|
||||||
macos_option_as_alt no
|
macos_option_as_alt no
|
||||||
remember_window_size yes
|
#remember_window_size yes
|
||||||
confirm_os_window_close 0
|
#confirm_os_window_close 0
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
include ./theme.conf
|
#include ./theme.conf
|
||||||
|
include ./mocha.conf
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Catppuccin-Mocha
|
# Catppuccin-Mocha
|
||||||
include current-theme.conf
|
#include ./current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue