enable picom
This commit is contained in:
parent
299e28e2aa
commit
31f62964e0
3 changed files with 8 additions and 4 deletions
|
@ -1,16 +0,0 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
shadow = true;
|
||||
backend = "glx";
|
||||
settings = {
|
||||
corner-radius = 10;
|
||||
rounded-corners-exclude = [
|
||||
# "window_type = 'normal'"
|
||||
"window_type = 'dock'"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue