mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
remove window decorations for kitty and alacritty
This commit is contained in:
parent
5c89b48ca5
commit
3204587281
2 changed files with 11 additions and 10 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue