plugfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7c94d1aea509617e7265f9afbebc73a2675d3c08
parent 3a8617e074b17738ce3279b5a0f1d3e6ec98db68
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 15 Jan 2020 04:13:51 +1100

st opacity

Diffstat:
M.config/.compton.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/.compton.conf b/.config/.compton.conf @@ -57,3 +57,5 @@ blur-kern = "3x3box"; blur-method = "kawase"; blur-strength = 10; blur-background-exclude = [ "window_type = 'desktop'" ]; + +opacity-rule = [ "90:class_g = 'St'" ];