services: Add compositor picom
This commit is contained in:
parent
ba0a4ff306
commit
efbdccacbb
1 changed files with 15 additions and 0 deletions
15
home/alex/services/picom/default.nix
Normal file
15
home/alex/services/picom/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config.services.picom = {
|
||||
enable = true;
|
||||
activeOpacity = 1.0;
|
||||
inactiveOpacity = 0.8;
|
||||
backend = "glx";
|
||||
fade = true;
|
||||
fadeDelta = 5;
|
||||
opacityRules = [ "100:name *= 'i3lock'" ];
|
||||
shadow = true;
|
||||
shadowOpacity = 0.75;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue