diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-01-18 17:37:58 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-01-18 17:37:58 -0800 |
| commit | 1c203fb469ac585d242dc2ab0bd2dd1f77c1a044 (patch) | |
| tree | c5b392c5b3b3376867ded6a25887088629f1ebf4 /roles | |
| parent | 29cdfb16d031ba6d4fc85f1f5332ccf36744322e (diff) | |
wayland: remove picom config
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/home/desktop/picom.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/roles/home/desktop/picom.nix b/roles/home/desktop/picom.nix deleted file mode 100644 index cc72333..0000000 --- a/roles/home/desktop/picom.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ ... }: - -{ - services.picom = { - backend = "glx"; - vSync = true; - - settings = { - blur = { - method = "gaussian"; - size = 10; - deviation = 2; - }; - - blur-background-exclude = [ - "window_type = 'dock'" - ]; - }; - }; -} |