diff options
Diffstat (limited to '')
-rw-r--r-- | .config/compton.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/compton.conf b/.config/compton.conf index 249ac53..499ab21 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -4,3 +4,7 @@ paint-on-overlay = true; glx-no-stencil = true; vsync = "opengl-swc"; unredir-if-possible = false; + +# Inactive windows diming +inactive-dim = 0.04; +inactive-dim-fixed = true; |