[i3] Update borders and gaps

This commit is contained in:
2021-05-27 14:22:06 -04:00
parent 5fa9d465df
commit 22d88adec9

View File

@ -4,7 +4,7 @@
set $mod Mod4 set $mod Mod4
font pango:Iosevka 10 font pango:Go Mono 10
# APP VARIABLES # APP VARIABLES
set $browser qutebrowser set $browser qutebrowser
@ -20,7 +20,7 @@ set $center move absolute position center
# FLOATING # FLOATING
floating_modifier $mod floating_modifier $mod
set $thick 1 set $thick 2
# DEFAULT BORDER # DEFAULT BORDER
for_window [class="^.*"] border pixel $thick for_window [class="^.*"] border pixel $thick
@ -40,8 +40,8 @@ for_window [class="Foliate"] floating_maximum_size 400 x 800
#for_window [class="Surf"] floating_maximum_size 800 x 550 #for_window [class="Surf"] floating_maximum_size 800 x 550
# GAP VARIABLES # GAP VARIABLES
set $inner 5 set $inner 7
set $outer 5 set $outer 10
# SET GAPS # SET GAPS
gaps inner $inner gaps inner $inner
@ -225,8 +225,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
##### COLORS ####################################### ##### COLORS #######################################
# XRESOURCES # XRESOURCES
set $fg "#006766" set $fg "#FF0F00"
set $bg "#000000" set $bg "#FFFFFF"
set $tx "#FFFFFF" set $tx "#FFFFFF"
set $ltx "#CCCCCC" set $ltx "#CCCCCC"