mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(kitty): reorder configuration sections
This commit is contained in:
@@ -1,21 +1,25 @@
|
|||||||
|
|
||||||
term screen-256color
|
term screen-256color
|
||||||
|
|
||||||
|
# Font Settings
|
||||||
font_family FiraCode Nerd Font
|
font_family FiraCode Nerd Font
|
||||||
bold_font FiraCode Nerd Font Bold
|
bold_font FiraCode Nerd Font Bold
|
||||||
italic_font FiraCode Nerd Font Italic
|
italic_font FiraCode Nerd Font Italic
|
||||||
bold_italic_font FiraCode Nerd Font Bold Italic
|
bold_italic_font FiraCode Nerd Font Bold Italic
|
||||||
font_size 22.0
|
font_size 22.0
|
||||||
background_opacity 0.90
|
|
||||||
dynamic_background_opacity yes
|
|
||||||
|
|
||||||
adjust_line_height 110%
|
adjust_line_height 110%
|
||||||
cursor_blink_interval 0
|
|
||||||
|
# Window Settings
|
||||||
|
background_opacity 0.95
|
||||||
|
dynamic_background_opacity yes
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
hide_window_decorations yes
|
|
||||||
remember_window_size no
|
|
||||||
initial_window_width 1000
|
initial_window_width 1000
|
||||||
initial_window_height 650
|
initial_window_height 650
|
||||||
|
hide_window_decorations yes
|
||||||
|
remember_window_size no
|
||||||
|
|
||||||
|
cursor_blink_interval 0
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
macos_traditional_fullscreen yes
|
macos_traditional_fullscreen yes
|
||||||
macos_option_as_alt both
|
macos_option_as_alt both
|
||||||
@@ -23,6 +27,7 @@ macos_option_as_alt both
|
|||||||
allow_remote_control socket-only
|
allow_remote_control socket-only
|
||||||
listen_on unix:/tmp/kitty
|
listen_on unix:/tmp/kitty
|
||||||
|
|
||||||
|
# Mappings
|
||||||
map cmd+enter toggle_fullscreen
|
map cmd+enter toggle_fullscreen
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
|
|||||||
Reference in New Issue
Block a user