summary refs log tree commit diff
path: root/picom
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-03-23 17:34:20 +0000
committernoa@gaiwan.org2024-03-23 17:34:20 +0000
commita5bcf183c04ce08bc9a46c543056358ec2f61d04 (patch)
treeadebe2934ba48d4577c012d5e150879c0cac0a8c /picom
parent5c88f40b952b537fd071d8ee7bb00fda62d43865 (diff)
Add tentative picom configuration
Diffstat (limited to 'picom')
-rw-r--r--picom/picom.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
new file mode 100644
index 0000000..0820d7e
--- /dev/null
+++ b/picom/picom.conf
@@ -0,0 +1,18 @@
+# picom -cfF -o 0.38 -O 200 -I 200 -t 0 -l 0 -r 3 -D2 -m 0.88
+shadow = true;
+# opacity = 0.38;
+fade-out-step = 200;
+fade-in-step = 200;
+shadow-offset-y = 6;
+shadow-offset-x = 6;
+shadow-radius = 0;
+# fade-delta = 2;
+
+wintypes:
+{
+	# menu        = { shadow = false; };
+	dropdown_menu = { shadow = false; };
+	popup_menu    = { shadow = false; };
+	utility       = { shadow = false; };
+}
+# TODO: make tooltips have a smaller shadow (3x3)