From 9808b6b235ac210ea2cdbd7f11f73f1a4a2a7277 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Wed, 27 May 2020 16:01:48 +0200 Subject: [PATCH] Update picom config --- .config/picom/picom.conf | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 13771bb..f07d4d2 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,17 +1,14 @@ -# backend backend = "glx"; -vsync = false; +vsync = true; unredir-if-possible = false; glx-no-stencil = true; detect-rounded-corners = true; glx-no-rebind-pixmap = true; use-damage = false; -# blur blur-background = true; blur-kern = "7x7box" -# shadow shadow = true; opacity = true; shadow-radius = 10; @@ -19,23 +16,9 @@ shadow-offset-x = -10; shadow-offset-y = -10; shadow-opacity = 0.9; -# fade -# fading = true; - -# fast fade -#fade-delta = 10; -#fade-in-step = 0.17; -#fade-out-step = 0.17; - -# slow fade -# fade-delta = 5; -# fade-in-step = 0.05; -# fade-out-step = 0.05; - mark-wmwin-focused = false; mark-ovredir-focused = false; -#frame-opacity = 0 inactive-dim = 0.2; inactive-dim-exclude = [ "class_g = 'slop'", @@ -48,12 +31,9 @@ focus-exclude = [ detect-client-opacity = true; opacity-rule = [ - "35:class_g = 'Bspwm' && class_i = 'presel_feedback'", "93:class_g *?= 'Rofi'", "90:class_g *?= 'st'", "85:class_g *?= 'dwm'", - "90:class_g *?= 'dmenu'", - "90:class_g *?= 'polybar'", ]; blur-background-exclude = [ @@ -62,7 +42,6 @@ blur-background-exclude = [ shadow-exclude = [ "class_g *?= 'polybar'", - # "class_g *?= 'dwm'", "class_g *?= 'dmenu'", "class_g = 'Bspwm' && class_i = 'presel_feedback'", ]