patch dmenu, no shadow
This commit is contained in:
parent
4091fd9db7
commit
8437dbc212
4 changed files with 64 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
shadow = true;
|
||||
shadowExclude = [
|
||||
"class_g = 'dmenu'"
|
||||
];
|
||||
backend = "xrender";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue