all repos

dotfiles @ 3204587281d80b26636cb887d83296948ff0e4ce

my dotfiles
2 files changed, 11 insertions(+), 10 deletions(-)
remove window decorations for kitty and alacritty
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-13 22:02:06 +0300
Parent: 5c89b48
M config/alacritty.yml

@@ -4,7 +4,7 @@

window: title: Alacritty dynamic_padding: false - decorations: "Full" + decorations: "None" opacity: 1 padding: x: 0
M config/kitty/kitty.conf

@@ -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