Update Picom configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
84881d227c
commit
09dc3f3a84
1 changed files with 4 additions and 8 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue