From e9d932da4d0c1b4aaa551ce122fa0724dd91f497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Mon, 20 Jan 2014 15:46:35 +0100 Subject: [PATCH] Added Abrowser to compton shadow-exclude --- helpers/DATA/compton/compton.conf | 2 +- helpers/make-compton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/DATA/compton/compton.conf b/helpers/DATA/compton/compton.conf index c0045823..b743e6e4 100644 --- a/helpers/DATA/compton/compton.conf +++ b/helpers/DATA/compton/compton.conf @@ -91,7 +91,7 @@ shadow-exclude = [ "name *= 'Chromium'", "name *= 'Chrome'", "name *= 'Firefox'", - #"name *= 'Abrowser'", + "name *= 'Abrowser'", "class_g = 'Conky'", "class_g = 'Kupfer'", "class_g = 'Synapse'", diff --git a/helpers/make-compton b/helpers/make-compton index 24b605a5..08ce2252 100644 --- a/helpers/make-compton +++ b/helpers/make-compton @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu trusty universe' . ./config -- GitLab