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.
|
||||
|
||||
# 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;
|
||||
xrender-sync-fence = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue