diff options
| author | joe <rbo@gmx.us> | 2025-11-07 00:42:05 +0100 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-11-07 00:42:05 +0100 |
| commit | 8b54251b9781b396f50f6d103ac8bcfe3b42cb44 (patch) | |
| tree | eeb2fb20b1afbfbdb2eb54e2d92fd8ed38d666f3 /.config | |
| parent | up (diff) | |
| download | dotfiles-bsd-8b54251b9781b396f50f6d103ac8bcfe3b42cb44.tar.gz dotfiles-bsd-8b54251b9781b396f50f6d103ac8bcfe3b42cb44.tar.bz2 dotfiles-bsd-8b54251b9781b396f50f6d103ac8bcfe3b42cb44.tar.xz dotfiles-bsd-8b54251b9781b396f50f6d103ac8bcfe3b42cb44.tar.zst dotfiles-bsd-8b54251b9781b396f50f6d103ac8bcfe3b42cb44.zip | |
nice picom
Diffstat (limited to '')
| -rw-r--r-- | .config/picom.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index e4018b8..c9fea61 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -6,6 +6,14 @@ vsync = true; unredir-if-possible = true; no-use-damage = false; +unredir-if-possible-exclude = [ + "class_g = 'mpv'" +]; + +# window-rule = [ +# "use-redirect-if-possible = false:class_g = 'mpv' && fullscreen" +# ]; + # Inactive windows diming # inactive-dim = 0.10; # inactive-dim-fixed = true; @@ -79,8 +87,7 @@ fading = false; # no-fading-openclose = true; # Specify a list of conditions of windows that should not be faded. -fade-exclude = [ ]; -xinerama-shadow-crop = true; +# xinerama-shadow-crop = true; # wintypes: # { |
