aboutsummaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-15 21:26:26 -0400
committeriamcheeseman <[email protected]>2026-03-15 21:26:26 -0400
commitc99397cbcdeb1167b6c5843b013b58ab93d3b8e7 (patch)
tree5baa6dc5523304e0486205df316d1c2553c38081 /.config/picom
parentc7167e481507435dc2354f2155720573053cfc79 (diff)
update; add qmk, picom
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'",
+]
+