diff options
| author | kj-sh604 | 2024-10-06 09:47:06 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-06 09:47:06 -0400 |
| commit | 9ddc358aa6f733968aea85e5a18d1c56851e1498 (patch) | |
| tree | d461a36594d27944b48ff4e01a0b6d1833ff79bc /.config/picom.conf | |
| parent | 3e20563b4f25819b16c0e66238e230bf852480eb (diff) | |
refactor: `picom.conf` for version `12.1-3`
Diffstat (limited to '.config/picom.conf')
| -rw-r--r-- | .config/picom.conf | 42 |
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"; |
