all repos

dotfiles @ 3204587281d80b26636cb887d83296948ff0e4ce

i use rach linux btw
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
                4
                 window:

              
                5
                5
                   title: Alacritty

              
                6
                6
                   dynamic_padding: false

              
                7
                
                -  decorations: "Full"

              
                
                7
                +  decorations: "None"

              
                8
                8
                   opacity: 1

              
                9
                9
                   padding:

              
                10
                10
                     x: 0

              
M config/kitty/kitty.conf
···
                1
                1
                 linux_display_server x11

              
                2
                
                -sync_to_monitor      yes

              
                
                2
                +sync_to_monitor yes

              
                
                3
                +hide_window_decorations yes

              
                3
                4
                 

              
                4
                5
                 ## Font

              
                5
                
                -font_size         13.0

              
                6
                
                -font_family       Jetbrains Mono

              
                7
                
                -bold_font         auto

              
                8
                
                -italic_font       auto

              
                9
                
                -bold_italic_font  auto

              
                
                6
                +font_size 13.0

              
                
                7
                +font_family Jetbrains Mono

              
                
                8
                +bold_font auto

              
                
                9
                +italic_font auto

              
                
                10
                +bold_italic_font auto

              
                10
                11
                 disable_ligatures never

              
                11
                12
                 

              
                12
                13
                 ## Tabs

              ···
                14
                15
                 tab_fade 1

              
                15
                16
                 

              
                16
                17
                 ## Bell

              
                17
                
                -enable_audio_bell    no

              
                
                18
                +enable_audio_bell no

              
                18
                19
                 visual_bell_duration 0

              
                19
                20
                 

              
                20
                21
                 ## Cursor

              ···
                33
                34
                 map alt+3 goto_tab 3

              
                34
                35
                 map alt+4 goto_tab 4

              
                35
                36
                 map alt+5 goto_tab 5

              
                36
                
                -map alt+5 goto_tab 6

              
                37
                
                -map alt+5 goto_tab 7

              
                
                37
                +map alt+6 goto_tab 6

              
                
                38
                +map alt+7 goto_tab 7

              
                38
                39
                 map ctrl+shift+t new_tab_with_cwd

              
                39
                40
                 map ctrl+equal change_font_size all +1

              
                40
                41
                 map ctrl+minus change_font_size all -1