diff options
Diffstat (limited to '.config/picom.conf')
| -rw-r--r-- | .config/picom.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 7a92a5d..777725a 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -118,8 +118,8 @@ fade-out-step = 0.06; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) -# inactive-opacity = 1 -inactive-opacity = 0.8; + inactive-opacity = 1 +#inactive-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 @@ -211,8 +211,9 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # -backend = "glx" -#backend = "xrender"; +#backend = "glx" +#backend = "xr_glx_hybrid" +backend = "xrender"; # Enable/disable VSync. # vsync = false @@ -247,6 +248,7 @@ detect-client-opacity = true; # try detecting this with X RandR extension. # # refresh-rate = 60 +# refresh-rate = 144 refresh-rate = 0 # Limit picom to repaint at most once every 1 / 'refresh_rate' second to |
