]> git.sev.monster Git - dotfiles.git/blobdiff - xdg/compton.conf
small gtk fixes, update dunstrc, modules, user.js
[dotfiles.git] / xdg / compton.conf
index fcdfcb04e014ba04140fb23eddf9004a60b0b75a..3761d59b39b6cf68f2ef7b20314fb6ea28419873 100644 (file)
@@ -3,10 +3,10 @@ shadow = true;
 no-dnd-shadow = true;
 no-dock-shadow = true;
 clear-shadow = true;
-shadow-radius = 7;
-shadow-offset-x = -7;
-shadow-offset-y = -7;
-shadow-opacity = 1;
+shadow-radius = 8;
+shadow-offset-x = -12;
+shadow-offset-y = -12;
+shadow-opacity = 0.3;
 shadow-exclude = [
        # gtk3 fix
        "_GTK_FRAME_EXTENTS@:c",
@@ -28,7 +28,8 @@ inactive-opacity = 0.875;
 active-opacity = 1;
 alpha-step = 0.01;
 inactive-dim = 0.075;
-blur-background = true;
+# XXX: crashes on alpine???
+#blur-background = true;
 blur-kern = "5,5,0.367879,0.535261,0.606531,0.535261,0.367879,0.535261,0.778801,0.882497,0.778801,0.535261,0.606531,0.882497,0.882497,0.606531,0.535261,0.778801,0.882497,0.778801,0.535261,0.367879,0.535261,0.606531,0.535261,0.367879,"
 opacity-rule = [
        # i3 tabbed windows
This page took 0.035619 seconds and 4 git commands to generate.