config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 87b8fd7a60e357a21639aee73df9ba4d349a4979
parent 0ba6b0d04247f9b3c3e8e03ba6596c33643c1c93
Author: jacobsGit <JacobDoesLinux@protonmail.com>
Date:   Sun, 12 Jan 2020 11:12:07 -0800

fading adjustments

Diffstat:
Mpicom/.config/picom.conf | 26++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf @@ -1,5 +1,4 @@ - - +# vim filetype=cfg opacity-rule = [ "85:class_g = 'st-256color' && !focused", @@ -9,7 +8,6 @@ opacity-rule = [ backend = "glx"; - glx-no-stencil = true; glx-copy-from-front = false; glx-no-rebind-pixmap = true; @@ -21,34 +19,34 @@ shadow-radius = 0; shadow-offset-x = -5; shadow-offset-y = -5; shadow-opacity = 0; +shadow-ignore-shaped = false; shadow-exclude = [ ]; -shadow-ignore-shaped = false; inactive-opacity = 0.5; active-opacity = 1; frame-opacity = 0.5; -inactive-opacity-override = false; +inactive-opacity-override = true; inactive-dim = 0.2; -blur-background = true; -blur-radius = 100; +blur-background = false; +blur-radius = 0; blur-background-frame = true; -blur-background-fixed = true; +blur-background-fixed = false; blur-kern = "7x7box" blur-background-exclude = [ ]; fading = true; -fade-delta = 1.5; -fade-in-step = 0.05; -fade-out-step = 0.05; -no-fading-openclose = true; +fade-delta = 3.3; +fade-in-step = 0.03; +fade-out-step = 0.03; +no-fading-openclose = false; fade-exclude = [ ]; @@ -56,7 +54,7 @@ fade-exclude = [ ]; mark-wmwin-focused = true; mark-ovredir-focused = true; use-ewmh-active-win = true; -detect-rounded-corners = true; +detect-rounded-corners = false; detect-client-opacity = true; refresh-rate = 60; vsync = true; @@ -65,6 +63,7 @@ unredir-if-possible = false; focus-exclude = [ ]; detect-transient = true; detect-client-leader = true; +xrender-sync-fence = true; wintypes: { @@ -80,4 +79,3 @@ wintypes: focus = true; }; }; -xrender-sync-fence = true;