From 766af04c5ace1e48c3118bf20e11005219b78dde Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 11 Jan 2019 13:28:52 +0100 Subject: [PATCH] Improve compton.conf Signed-off-by: Severin Kaderli --- system/.config/compton.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/.config/compton.conf b/system/.config/compton.conf index 612b180..dffa823 100644 --- a/system/.config/compton.conf +++ b/system/.config/compton.conf @@ -12,3 +12,6 @@ # Settings opacity rules opacity-rule = [ "85:class_g = 'Termite'" ]; + +# Disable compton when full screen application is active +unredir-if-possible = true;