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'"
|
||||
];
|
||||
|
||||
#inactive-dim = 0.25;
|
||||
# Shadows
|
||||
shadow = true;
|
||||
|
||||
# Performance improvements
|
||||
unredir-if-possible = true;
|
||||
backend = "glx";
|
||||
glx-no-stencil = true;
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
vsync = "opengl-swc";
|
||||
vsync = true;
|
||||
xrender-sync-fence = true;
|
Loading…
Add table
Add a link
Reference in a new issue