From 09dc3f3a84698d3cdc830930333e786950496754 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Jan 2022 16:19:26 +0100 Subject: [PATCH] Update Picom configuration Signed-off-by: Severin Kaderli --- system/.config/picom/picom.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/system/.config/picom/picom.conf b/system/.config/picom/picom.conf index 86a4ac6..25a8f1e 100644 --- a/system/.config/picom/picom.conf +++ b/system/.config/picom/picom.conf @@ -11,17 +11,13 @@ # This file is automatically used by compton. # Settings opacity rules -opacity-rule = [ - "75:class_g = 'Nemo'", - "75:class_g = 'Thunar'", -]; +opacity-rule = []; # Shadows shadow = false; shadow-exclude = [ - "name = 'Polybar tray window'", - "class_g = 'Polybar'" -] + "name != 'dropdown-terminal'", +]; blur: { @@ -40,4 +36,4 @@ backend = "glx"; glx-no-stencil = true; glx-copy-from-front = false; vsync = true; -xrender-sync-fence = true; \ No newline at end of file +xrender-sync-fence = true;