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