浏览代码

Remove compton and add borders #i3wm

Colin Powell 5 年之前
父节点
当前提交
504d4dca67
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      i3/.config/i3/config

+ 4 - 4
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