aboutsummaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
new file mode 100644
index 0000000..f3a00af
--- /dev/null
+++ b/.config/picom/picom.conf
@@ -0,0 +1,10 @@
+backend = "glx"
+
+inactive-dim = 0.5
+
+focus-exclude = [
+ "class_g = 'Bar'",
+ "window_type = 'utility'",
+ "window_type = 'popup_menu'",
+]
+