Disable picom shadow and add rounded corners
This commit is contained in:
parent
21f7eeb2d5
commit
2126d687f0
@ -55,7 +55,7 @@ glx-copy-from-front = false;
|
|||||||
#################################
|
#################################
|
||||||
|
|
||||||
# Enabled client-side shadows on windows.
|
# Enabled client-side shadows on windows.
|
||||||
shadow = true;
|
shadow = false;
|
||||||
# The blur radius for shadows. (default 12)
|
# The blur radius for shadows. (default 12)
|
||||||
shadow-radius = 5;
|
shadow-radius = 5;
|
||||||
# The left offset for shadows. (default -15)
|
# The left offset for shadows. (default -15)
|
||||||
@ -154,6 +154,9 @@ fade-exclude = [ ];
|
|||||||
#
|
#
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
|
# Rounded corners
|
||||||
|
corner-radius: 14;
|
||||||
|
|
||||||
# Try to detect WM windows and mark them as active.
|
# Try to detect WM windows and mark them as active.
|
||||||
mark-wmwin-focused = true;
|
mark-wmwin-focused = true;
|
||||||
# Mark all non-WM but override-redirect windows active (e.g. menus).
|
# Mark all non-WM but override-redirect windows active (e.g. menus).
|
||||||
|
Loading…
Reference in New Issue
Block a user