plugfiles

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

commit 9d6d9164b4ca7929d85218be073a4f6d5aa0b493
parent d1b9030f36062003c6bc2b539045c4b323738a7b
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Mon, 13 Apr 2020 21:22:36 +1000

del mistaken file

Diffstat:
Dcompton.conf | 61-------------------------------------------------------------
1 file changed, 0 insertions(+), 61 deletions(-)

diff --git a/compton.conf b/compton.conf @@ -1,61 +0,0 @@ -## Shadow -shadow = true; -no-dnd-shadow = true; -no-dock-shadow = false; -clear-shadow = true; -shadow-radius = 12; -shadow-offset-x = -17; -shadow-offset-y = -7; -shadow-opacity = 0.5; -shadow-exclude = [ "class_g = 'Polybar'"]; - - -## fading -fading = true; -fade-delta = 0.25; -fade-in-step = 0.02; -fade-out-step = 0.02; -fade-exclude = [ -]; - -## opacity -active-opacity = 1.0; -frame-opacity = 0.7; -opacity-rule = [ "80:class_g = 'code-oss'" ]; - -## other -backend = "glx"; -mark-wmwin-focused = true; -mark-ovredir-focused = true; -detect-rounded-corners = true; -detect-client-opacity = true; -refresh-rate = 0; -vsync = "none"; -dbe = false; -paint-on-overlay = true; -focus-exclude = [ "class_g = 'Cairo-clock'" , - "class_g = 'CoverGloobus'", - "class_g = 'Tilda'", - "class_g = 'Firefox'", - "class_g = 'Firefox-esr'" -]; -detect-transient = true; -detect-client-leader = true; -invert-color-include = [ ]; -glx-copy-from-front = false; -glx-swap-method = "undefined"; -wintypes: -{ - tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; -}; - -## blur -blur-background = true; -blur-background-frame = false; -blur-background-fixed = false; -blur-kern = "3x3box"; -blur-method = "kawase"; -blur-strength = 10; -blur-background-exclude = [ "window_type = 'desktop'" ]; - -opacity-rule = [ "90:class_g = 'St'" ];