瀏覽代碼

[i3] Remove compton and add borders back

Colin Powell 5 年之前
父節點
當前提交
8437f5cd13
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      i3/.config/i3/config

+ 5 - 4
i3/.config/i3/config

@@ -20,11 +20,12 @@ set $center move absolute position center
 # FLOATING
 floating_modifier $mod
 
-set $thick 0
+set $thick 2
 
 # DEFAULT BORDER
 for_window [class="^.*"] border pixel $thick
 for_window [title="^.*"] border pixel $thick
+hide_edge_borders vertical
 
 # APPLICATION BORDERS
 #for_window [class="Emacs"] border pixel $thick
@@ -225,8 +226,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
 ##### COLORS #######################################
 
 # XRESOURCES
-set $fg "#006600"
-set $bg "#666666"
+set $fg "#006066"
+set $bg "#000000"
 set $tx "#FFFFFF"
 set $ltx "#CCCCCC"
 
@@ -318,7 +319,7 @@ bindsym $mod+Shift+o exec rofi-bat
 exec --no-startup-id unclutter -grab
 
 # RELOAD
-exec_always --no-startup-id picom
+#exec_always --no-startup-id compton
 exec_always --no-startup-id dunst
 exec_always --no-startup-id syncthing
 exec_always xrdb --merge ~/.Xresoureces