summary refs log tree commit diff
path: root/picom
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-19 07:44:22 +0000
committernoa@gaiwan.org2024-06-19 07:44:22 +0000
commit3c10944651bc941149ae987ee8a4ea0c88378322 (patch)
tree3073bbe34b39ef127c29ea4ee7a9286a367e0c2b /picom
parent2bec8ba46383685c28c55bd7969ee696aa31a528 (diff)
Initial commit
Diffstat (limited to 'picom')
-rw-r--r--picom/picom.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
deleted file mode 100644
index 0820d7e..0000000
--- a/picom/picom.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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)