aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf42
1 files changed, 13 insertions, 29 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index b65eca9..9b09f2a 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -1,36 +1,20 @@
-shadow = false;
-shadow-radius = 7;
-shadow-offset-x = -7;
-shadow-offset-y = -7;
-shadow-exclude = [
- "name = 'Notification'",
- "class_g = 'Conky'",
- "class_g ?= 'Notify-osd'",
- "class_g = 'Cairo-clock'",
- "class_g = 'zoom'",
- "name = 'cpt_frame_window'",
- "_GTK_FRAME_EXTENTS@:c"
-];
+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;
-inactive-opacity = 1.0;
frame-opacity = 1.0;
+inactive-opacity = 1.0;
inactive-opacity-override = false;
-focus-exclude = [ "class_g = 'Cairo-clock'" ];
-blur-kern = "3x3box";
-blur-background-exclude = [
- "window_type = 'dock'",
- "window_type = 'desktop'",
- "_GTK_FRAME_EXTENTS@:c"
-];
-backend = "xrender";
-vsync = false;
-mark-wmwin-focused = true;
+log-level = "warn";
mark-ovredir-focused = true;
-detect-rounded-corners = true;
-detect-client-opacity = true;
+mark-wmwin-focused = true;
+shadow = false;
unredir-if-possible = true;
-detect-transient = true;
-detect-client-leader = true;
use-damage = true;
+vsync = false;
xrender-sync-fence = false;
-log-level = "warn";