aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/i3/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/graphics/i3/compton.conf')
-rw-r--r--modules/workstation/graphics/i3/compton.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/workstation/graphics/i3/compton.conf b/modules/workstation/graphics/i3/compton.conf
new file mode 100644
index 00000000000..a632c022593
--- /dev/null
+++ b/modules/workstation/graphics/i3/compton.conf
@@ -0,0 +1,20 @@
+unredir-if-possible = false;
+vsync = "opengl";
+
+### Opacity
+menu-opacity = 0.90;
+frame-opacity = 0.90; # i.e. titlebars, borders
+inactive-opacity-override = false;
+alpha-step = 0.06;
+
+### Blur options
+blur-background = true;
+blur-background-frame = true;
+# blur-kern = "3x3box"
+# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
+# blur-background-fixed = true;
+blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
+
+# # Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
+detect-rounded-corners = true;
+detect-client-opacity = true