Fix rounded corners
This commit is contained in:
parent
caff89ca3b
commit
828b0d359b
1 changed files with 5 additions and 2 deletions
|
@ -4,10 +4,13 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
settings = {
|
||||
backend = "glx"; # Fixes black backdrop on some rounded corners
|
||||
corner-radius = 12;
|
||||
round-borders = 1;
|
||||
rounded-borders-exclude = [
|
||||
# TODO: figure out how to exclude polybar, smart gaps
|
||||
# Ignore polybar
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'"
|
||||
"window_type = 'desktop'"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue