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