From be0b08c5e64338eafdb59b15e53a3b1edc543e71 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 29 Jun 2020 13:06:42 -0400 Subject: [PATCH] [i3] new border, picom, and no gaps --- i3/.config/i3/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 7331e01..3f79c9e 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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 @@ -39,12 +39,12 @@ for_window [class="Surf"] floating enable for_window [class="Surf"] floating_maximum_size 800 x 550 # GAP VARIABLES -set $inner 15 -set $outer 15 +set $inner 5 +set $outer 5 # SET GAPS -gaps inner $inner -gaps outer $outer +#gaps inner $inner +#gaps outer $outer # START POLYBAR @@ -225,7 +225,7 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9 ##### COLORS ####################################### # XRESOURCES -set $fg "#660000" +set $fg "#006600" set $bg "#666666" set $tx "#FFFFFF" set $ltx "#CCCCCC" @@ -318,7 +318,7 @@ bindsym $mod+Shift+o exec rofi-bat exec --no-startup-id unclutter -grab # RELOAD -exec_always --no-startup-id compton +exec_always --no-startup-id picom exec_always --no-startup-id dunst exec_always --no-startup-id syncthing exec_always xrdb --merge ~/.Xresoureces