From c3362abc1cedbb7667822344249016b9b17c31e8 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 25 Aug 2022 17:16:29 +0200 Subject: Updated picom settings. --- stow/picom/.config/picom/picom.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/stow/picom/.config/picom/picom.conf b/stow/picom/.config/picom/picom.conf index 2f4dfc7..6ba4259 100644 --- a/stow/picom/.config/picom/picom.conf +++ b/stow/picom/.config/picom/picom.conf @@ -205,8 +205,9 @@ focus-exclude = [ # # opacity-rule = [] opacity-rule = [ - "90:class_g = 'URxvt' && !focused", - "80:class_g = 'dmenu'" + "95:class_g = 'URxvt' && focused", + "85:class_g = 'URxvt' && !focused", + "90:class_g = 'dmenu'" ]; @@ -248,8 +249,8 @@ opacity-rule = [ blur: { # requires: https://github.com/ibhagwan/picom - method = "kawase"; - #method = "kernel"; + #method = "dual_kawase"; + method = "kernel"; strength = 3; # deviation = 1.0; # kernel = "11x11gaussian"; @@ -284,8 +285,8 @@ blur-background-exclude = [ # `xrender` is the default one. # experimental-backends = true; -backend = "glx"; -#backend = "xrender"; +#backend = "glx"; +backend = "xrender"; # Enable/disable VSync. @@ -319,9 +320,9 @@ detect-client-opacity = true; # Specify refresh rate of the screen. If not specified or 0, picom will # try detecting this with X RandR extension. +# DEPRECATED # # refresh-rate = 60 -refresh-rate = 0 # Limit picom to repaint at most once every 1 / 'refresh_rate' second to # boost performance. This should not be used with -- cgit v1.2.1