From 22d88adec998aba517e9eebe7a1d45706b045f93 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 27 May 2021 14:22:06 -0400 Subject: [PATCH] [i3] Update borders and gaps --- i3/.config/i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 54f9211..23a2427 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -4,7 +4,7 @@ set $mod Mod4 -font pango:Iosevka 10 +font pango:Go Mono 10 # APP VARIABLES set $browser qutebrowser @@ -20,7 +20,7 @@ set $center move absolute position center # FLOATING floating_modifier $mod -set $thick 1 +set $thick 2 # DEFAULT BORDER 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 # GAP VARIABLES -set $inner 5 -set $outer 5 +set $inner 7 +set $outer 10 # SET GAPS gaps inner $inner @@ -225,8 +225,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9 ##### COLORS ####################################### # XRESOURCES -set $fg "#006766" -set $bg "#000000" +set $fg "#FF0F00" +set $bg "#FFFFFF" set $tx "#FFFFFF" set $ltx "#CCCCCC"