From 6c369639dfbe86d8fe049d87ee7366424eeabda7 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 14 Feb 2022 23:11:35 +1100 Subject: Alight tweaks and add dmscripts --- .config/picom.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.config/picom.conf') 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 -- cgit v1.2.3