feat: remove round borders
This commit is contained in:
parent
cfab266d82
commit
3281960408
|
@ -2,13 +2,6 @@
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shadow = true;
|
shadow = true;
|
||||||
backend = "glx";
|
backend = "xrender";
|
||||||
settings = {
|
|
||||||
corner-radius = 10;
|
|
||||||
rounded-corners-exclude = [
|
|
||||||
"window_type = 'dock'"
|
|
||||||
"class_g = 'Rofi'"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue