diff options
author | Ken Moore <moorekou@gmail.com> | 2020-04-03 14:12:39 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2020-04-03 14:12:39 -0400 |
commit | 31cf03a30e41b695375cf14d1bbd05e157f0b502 (patch) | |
tree | d0432df6ca78554c73a8441e2442e4dd95772744 /src-qt5/core/lumina-desktop/defaults/compton.conf | |
parent | Get the window transparency and ring animation finished up. (diff) | |
download | lumina-31cf03a30e41b695375cf14d1bbd05e157f0b502.tar.gz lumina-31cf03a30e41b695375cf14d1bbd05e157f0b502.tar.bz2 lumina-31cf03a30e41b695375cf14d1bbd05e157f0b502.zip |
Get lumina-pingcursor integrated into the core package.
Also fix a couple random errors. Adjust the default "PREFIX" to /usr for all Linux distros for instance.
Diffstat (limited to 'src-qt5/core/lumina-desktop/defaults/compton.conf')
-rw-r--r-- | src-qt5/core/lumina-desktop/defaults/compton.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/defaults/compton.conf b/src-qt5/core/lumina-desktop/defaults/compton.conf index a14fee29..b5561e51 100644 --- a/src-qt5/core/lumina-desktop/defaults/compton.conf +++ b/src-qt5/core/lumina-desktop/defaults/compton.conf @@ -15,7 +15,8 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", - "_GTK_FRAME_EXTENTS@:c" + "_GTK_FRAME_EXTENTS@:c", + "name = 'lumina-pingcursor'" ]; # shadow-exclude = "n:e:Notification"; # shadow-exclude-reg = "x10+0+0"; |