summaryrefslogtreecommitdiff
path: root/config/picom/picom.conf
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
commitc419b97b5cc61127ca2b7f9839a588c2ee3e7353 (patch)
tree623e75923db712e700a447fbb48c0f7105836f8d /config/picom/picom.conf
parent395efb9df45b2000ef6aa11d2c9b7b1904b8c586 (diff)
directory name changed from dotfiles to config
Diffstat (limited to 'config/picom/picom.conf')
-rw-r--r--config/picom/picom.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf
new file mode 100644
index 0000000..9f942af
--- /dev/null
+++ b/config/picom/picom.conf
@@ -0,0 +1,25 @@
+# Minimal picom config
+
+backend = "glx";
+
+#Shadows
+shadow = true;
+shadow-radius = 7;
+shadow-offset-x = -7;
+shadow-offset-y = -7;
+
+#Fadings
+fading = true;
+fade-in-step = 0.03;
+fade-out-step = 0.03;
+
+vsync = true;
+
+ wintypes:
+ {
+ tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
+ dock = { shadow = false; clip-shadow-above = true; }
+ dnd = { shadow = false; }
+ popup_menu = { opacity = 0.8; }
+ dropdown_menu = { opacity = 0.8; }
+ };