Add rounded windows with picom

This commit is contained in:
Elnu 2022-10-23 11:04:22 -07:00
parent 0beb645832
commit 6e9023cd28

View file

@ -3,5 +3,12 @@
{
services.picom = {
enable = true;
settings = {
corner-radius = 12;
round-borders = 1;
rounded-borders-exclude = [
# TODO: figure out how to exclude polybar, smart gaps
];
};
};
}