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;