chore: config: hide titlebar macos

main
sudo pacman -Syu 2023-04-03 10:32:57 +07:00
parent 020acaf02a
commit 72370d64f1
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,8 @@ remember_window_size no
initial_window_width 720
initial_window_height 480
hide_window_decorations titlebar-only
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
tab_bar_align center

View File

@ -23,4 +23,5 @@ return {
text_background_opacity = 0.8,
macos_window_background_blur = 20,
audible_bell = "Disabled",
window_decorations = "RESIZE",
}