From 504d4dca674811bc1b6a65bdf0892f155ac82a9e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 26 Mar 2020 21:14:02 -0400 Subject: [PATCH] Remove compton and add borders #i3wm --- i3/.config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 5ee76ae..66dc444 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 0 +set $thick 2 # DEFAULT BORDER for_window [class="^.*"] border pixel $thick @@ -39,8 +39,8 @@ for_window [class="Surf"] floating enable for_window [class="Surf"] floating_maximum_size 800 x 550 # GAP VARIABLES -set $inner 12 -set $outer 12 +set $inner 15 +set $outer 15 # SET GAPS gaps inner $inner @@ -240,7 +240,7 @@ client.placeholder $bg $bg $bg $bg ##### TOOLS ######################################## # SCREENSHOT -set $shots ~/var/images +set $shots ~/var/screenshots bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png bindsym $mod+Ctrl+Print exec maim -s $shots/$(date +%s).png