aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorkj_sh6042025-11-09 00:40:17 -0500
committerkj_sh6042025-11-09 00:40:17 -0500
commit2eb1f07e6031a84650e93c5292a16ca20fa22d61 (patch)
tree2c5dedfbba4dac0292295bdbf05e4f589f2e2e96 /.config/picom.conf
parent77949a068755ee72d7b5eaf5570cd2cd34a8d222 (diff)
feat: return back to awesomeWM
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
new file mode 100644
index 0000000..9b09f2a
--- /dev/null
+++ b/.config/picom.conf
@@ -0,0 +1,20 @@
+backend = "xrender";
+blur-background = false
+blur-background-frame = false
+blur-kern = "3x3box";
+detect-client-leader = true;
+detect-client-opacity = true;
+detect-rounded-corners = true;
+detect-transient = true;
+fading = false;
+frame-opacity = 1.0;
+inactive-opacity = 1.0;
+inactive-opacity-override = false;
+log-level = "warn";
+mark-ovredir-focused = true;
+mark-wmwin-focused = true;
+shadow = false;
+unredir-if-possible = true;
+use-damage = true;
+vsync = false;
+xrender-sync-fence = false;