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 16.0
|
||||
|
||||
window_padding_width 4
|
||||
linux_display_server auto
|
||||
background_opacity 0.9
|
||||
cursor_shape block
|
||||
|
|
@ -21,9 +20,7 @@ click_interval 0.5
|
|||
select_by_word_characters :@-./_~?&=%+#
|
||||
mouse_hide_wait 0.0
|
||||
enabled_layouts *
|
||||
remember_window_size no
|
||||
initial_window_width 640
|
||||
initial_window_height 400
|
||||
remember_window_size n
|
||||
repaint_delay 10
|
||||
input_delay 3
|
||||
visual_bell_duration 0.0
|
||||
|
|
@ -31,8 +28,8 @@ enable_audio_bell no
|
|||
open_url_modifiers ctrl+shift
|
||||
open_url_with default
|
||||
term xterm-kitty
|
||||
window_border_width 0
|
||||
window_margin_width 15
|
||||
window_border_width 1
|
||||
window_margin_width 5
|
||||
|
||||
# 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
|
||||
|
||||
macos_option_as_alt no
|
||||
remember_window_size yes
|
||||
confirm_os_window_close 0
|
||||
#remember_window_size yes
|
||||
#confirm_os_window_close 0
|
||||
allow_remote_control yes
|
||||
include ./theme.conf
|
||||
#include ./theme.conf
|
||||
include ./mocha.conf
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Mocha
|
||||
include current-theme.conf
|
||||
#include ./current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue