diff --git a/helpers/DATA/compton/compton.conf b/helpers/DATA/compton/compton.conf index 015a534934092e0ada0ca1c6a58bfdc525b98b73..8f79d70d9a49db9ba30ee50a1629fac1cdc4db06 100644 --- a/helpers/DATA/compton/compton.conf +++ b/helpers/DATA/compton/compton.conf @@ -77,7 +77,6 @@ shadow-opacity = 0.4; # (most applications are fine, only apps that do weird things with xshapes or argb are affected). # This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher. shadow-exclude = [ - "argb && ! window_type *= 'menu'", "! name~=''", "name = 'Notification'", "name = 'Plank'", @@ -96,7 +95,8 @@ shadow-exclude = [ "class_g ?= 'Notify-osd'", "class_g ?= 'Cairo-dock'", "class_g ?= 'Xfce4-notifyd'", - "class_g ?= 'Xfce4-power-manager'" + "class_g ?= 'Xfce4-power-manager'", + "_GTK_FRAME_EXTENTS@:c" ]; # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) shadow-ignore-shaped = false; diff --git a/helpers/make-compton b/helpers/make-compton index 94c318fa0c2c62f21d2ca1da58dc0375c06a26e1..1f79ce6f70b783b3d27de67df0fd77fb157a8b50 100644 --- a/helpers/make-compton +++ b/helpers/make-compton @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=10 +VERSION=11 . ./config