Quellcode durchsuchen

[i3] Actually reference compton's config

Colin Powell vor 5 Jahren
Ursprung
Commit
b1accf283f
2 geänderte Dateien mit 7 neuen und 5 gelöschten Zeilen
  1. 5 3
      i3/.config/compton/compton.conf
  2. 2 2
      i3/.config/i3/config

+ 5 - 3
i3/.config/compton/compton.conf

@@ -1,13 +1,15 @@
 # Shadow
 # Shadow
 shadow = false;
 shadow = false;
 menu-opacity = 0.8;
 menu-opacity = 0.8;
-inactive-opacity = 0.9;
+active-opacity = 0.9;
+inactive-opacity = 0.8;
+inactive-dim = 0.3;
 frame-opacity = 0.7;
 frame-opacity = 0.7;
-inactive-opacity-override = false;
+inactive-opacity-override = true;
 alpha-step = 0.06;
 alpha-step = 0.06;
 blur-background = true;
 blur-background = true;
 blur-background-frame = true;
 blur-background-frame = true;
 fading = true;
 fading = true;
 fade-in-step = 0.1;
 fade-in-step = 0.1;
 fade-out-step = 0.1;
 fade-out-step = 0.1;
-backend = "xrender";
+backend = "glx";

+ 2 - 2
i3/.config/i3/config

@@ -20,7 +20,7 @@ set $center move absolute position center
 # FLOATING
 # FLOATING
 floating_modifier $mod
 floating_modifier $mod
 
 
-set $thick 2
+set $thick 0
 
 
 # DEFAULT BORDER
 # DEFAULT BORDER
 for_window [class="^.*"] border pixel $thick
 for_window [class="^.*"] border pixel $thick
@@ -319,7 +319,7 @@ bindsym $mod+Shift+o exec rofi-bat
 exec --no-startup-id unclutter -grab
 exec --no-startup-id unclutter -grab
 
 
 # RELOAD
 # RELOAD
-#exec_always --no-startup-id compton
+exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
 exec_always --no-startup-id dunst
 exec_always --no-startup-id dunst
 exec_always --no-startup-id syncthing
 exec_always --no-startup-id syncthing
 exec_always xrdb --merge ~/.Xresoureces
 exec_always xrdb --merge ~/.Xresoureces