chore(config): hide wezterm/kitty decoration

main
sudo pacman -Syu 2023-08-10 16:38:12 +07:00
parent d12c517210
commit 8f4bfaaccb
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,8 @@
include mocha.conf
# https://sw.kovidgoyal.net/kitty/conf/#fonts
font_family SF Mono
font_size 14.0
font_family Sudo Var
font_size 18.0
# kitty +list-fonts --psnames
modify_font cell_height 120%
@ -27,6 +27,7 @@ remember_window_size no
initial_window_width 720
initial_window_height 480
window_padding_width 8
hide_window_decorations yes
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
tab_bar_align center

View File

@ -66,6 +66,7 @@ return {
window_background_opacity = 0.9,
text_background_opacity = 0.8,
macos_window_background_blur = 15,
window_decorations = "RESIZE",
default_cursor_style = "SteadyBar",
audible_bell = "Disabled",