config

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

commit e137423fd5b68bda3fef171aafa75cb97d3d26fc
parent 2fc5c2ded92074240e77c1d74082762218e5e8ad
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Tue, 21 Apr 2020 11:33:54 -0700

increase transparency on st

Diffstat:
Mpicom/.config/picom.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf @@ -3,7 +3,7 @@ opacity-rule = [ "84:class_g = 'St' && !focused", - "98:class_g = 'St' && focused", + "94:class_g = 'St' && focused", "94:class_g = 'ncmpcpp'", "100:class_g = 'GLava'", ];