Add shadows to windows
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
3e241ede14
commit
03937e5a01
1 changed files with 3 additions and 3 deletions
|
@ -16,13 +16,13 @@ opacity-rule = [
|
||||||
"85:class_g = 'Thunar'"
|
"85:class_g = 'Thunar'"
|
||||||
];
|
];
|
||||||
|
|
||||||
#inactive-dim = 0.25;
|
# Shadows
|
||||||
|
shadow = true;
|
||||||
|
|
||||||
# Performance improvements
|
# Performance improvements
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
glx-swap-method = "undefined";
|
vsync = true;
|
||||||
vsync = "opengl-swc";
|
|
||||||
xrender-sync-fence = true;
|
xrender-sync-fence = true;
|
Loading…
Add table
Add a link
Reference in a new issue