aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorkj_sh6042025-11-09 17:18:00 -0500
committerkj_sh6042025-11-09 17:18:00 -0500
commit0e89adbd440b04e5432eb00614f654c9fed93687 (patch)
treea9ed9470ac5f82098b7548cce4220114b6afa448 /.config/picom.conf
parenta6675719f73a332f92c30ff5c4948cda26c0e6e3 (diff)
revert-to: 77949a068755ee72d7b5eaf5570cd2cd34a8d222
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
deleted file mode 100644
index 9b09f2a..0000000
--- a/.config/picom.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-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;