fix rounded borders
This commit is contained in:
parent
7b36537edc
commit
9b62c6fdd7
|
@ -4,10 +4,12 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
shadow = true;
|
||||
backend = "glx";
|
||||
settings = {
|
||||
corner-radius = 5;
|
||||
corner-radius = 10;
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'"
|
||||
# "window_type = 'normal'"
|
||||
# "window_type = 'dock'"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue