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: window:
title: Alacritty title: Alacritty
dynamic_padding: false dynamic_padding: false
decorations: "Full" decorations: "None"
opacity: 1 opacity: 1
padding: padding:
x: 0 x: 0

View file

@ -1,5 +1,6 @@
linux_display_server x11 linux_display_server x11
sync_to_monitor yes sync_to_monitor yes
hide_window_decorations yes
## Font ## Font
font_size 13.0 font_size 13.0
@ -33,8 +34,8 @@ map alt+2 goto_tab 2
map alt+3 goto_tab 3 map alt+3 goto_tab 3
map alt+4 goto_tab 4 map alt+4 goto_tab 4
map alt+5 goto_tab 5 map alt+5 goto_tab 5
map alt+5 goto_tab 6 map alt+6 goto_tab 6
map alt+5 goto_tab 7 map alt+7 goto_tab 7
map ctrl+shift+t new_tab_with_cwd map ctrl+shift+t new_tab_with_cwd
map ctrl+equal change_font_size all +1 map ctrl+equal change_font_size all +1
map ctrl+minus change_font_size all -1 map ctrl+minus change_font_size all -1