Remove compton and add borders #i3wm

This commit is contained in:
Colin Powell
2020-03-26 21:14:02 -04:00
parent f6e4c93ae1
commit 504d4dca67

View File

@ -20,7 +20,7 @@ set $center move absolute position center
# FLOATING # FLOATING
floating_modifier $mod floating_modifier $mod
set $thick 0 set $thick 2
# DEFAULT BORDER # DEFAULT BORDER
for_window [class="^.*"] border pixel $thick 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 for_window [class="Surf"] floating_maximum_size 800 x 550
# GAP VARIABLES # GAP VARIABLES
set $inner 12 set $inner 15
set $outer 12 set $outer 15
# SET GAPS # SET GAPS
gaps inner $inner gaps inner $inner
@ -240,7 +240,7 @@ client.placeholder $bg $bg $bg $bg
##### TOOLS ######################################## ##### TOOLS ########################################
# SCREENSHOT # SCREENSHOT
set $shots ~/var/images set $shots ~/var/screenshots
bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png
bindsym $mod+Ctrl+Print exec maim -s $shots/$(date +%s).png bindsym $mod+Ctrl+Print exec maim -s $shots/$(date +%s).png