Update Picom configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-01-04 16:19:26 +01:00
parent 84881d227c
commit 09dc3f3a84
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -11,17 +11,13 @@
# This file is automatically used by compton. # This file is automatically used by compton.
# Settings opacity rules # Settings opacity rules
opacity-rule = [ opacity-rule = [];
"75:class_g = 'Nemo'",
"75:class_g = 'Thunar'",
];
# Shadows # Shadows
shadow = false; shadow = false;
shadow-exclude = [ shadow-exclude = [
"name = 'Polybar tray window'", "name != 'dropdown-terminal'",
"class_g = 'Polybar'" ];
]
blur: blur:
{ {
@ -40,4 +36,4 @@ backend = "glx";
glx-no-stencil = true; glx-no-stencil = true;
glx-copy-from-front = false; glx-copy-from-front = false;
vsync = true; vsync = true;
xrender-sync-fence = true; xrender-sync-fence = true;