update, added assets
This commit is contained in:
17
home/picom.nix
Normal file
17
home/picom.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
backend = "glx";
|
||||
fade = true;
|
||||
fadeExclude = [
|
||||
"window_type *= 'menu'"
|
||||
"focused = 1"
|
||||
];
|
||||
inactiveOpacity = 0.9;
|
||||
shadow = true;
|
||||
shadowExclude = [
|
||||
"focused = 1"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user