remove window decorations for kitty and alacritty

This commit is contained in:
Smirnov Olexander 2022-06-13 22:02:06 +03:00
parent 5c89b48ca5
commit 3204587281
2 changed files with 11 additions and 10 deletions

View file

@ -4,7 +4,7 @@ env:
window:
title: Alacritty
dynamic_padding: false
decorations: "Full"
decorations: "None"
opacity: 1
padding:
x: 0

View file

@ -1,12 +1,13 @@
linux_display_server x11
sync_to_monitor yes
sync_to_monitor yes
hide_window_decorations yes
## Font
font_size 13.0
font_family Jetbrains Mono
bold_font auto
italic_font auto
bold_italic_font auto
font_size 13.0
font_family Jetbrains Mono
bold_font auto
italic_font auto
bold_italic_font auto
disable_ligatures never
## Tabs
@ -14,7 +15,7 @@ tab_bar_style fade
tab_fade 1
## Bell
enable_audio_bell no
enable_audio_bell no
visual_bell_duration 0
## Cursor
@ -33,8 +34,8 @@ map alt+2 goto_tab 2
map alt+3 goto_tab 3
map alt+4 goto_tab 4
map alt+5 goto_tab 5
map alt+5 goto_tab 6
map alt+5 goto_tab 7
map alt+6 goto_tab 6
map alt+7 goto_tab 7
map ctrl+shift+t new_tab_with_cwd
map ctrl+equal change_font_size all +1
map ctrl+minus change_font_size all -1