diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 11:05:37 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 11:05:37 +0100 |
| commit | cc4d9ddc75c67e25ff6559f652b7ea606c9e5209 (patch) | |
| tree | 538df0828f8cf6168769bf83537a75b9ea1770e2 /modules/home/i3wm | |
| parent | 32074daaa67059bef34b991b3f7c9eb9290b041e (diff) | |
adde picom-pijulius
Diffstat (limited to 'modules/home/i3wm')
| -rw-r--r-- | modules/home/i3wm/original/picom.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/i3wm/original/picom.nix b/modules/home/i3wm/original/picom.nix index d5f460f..93cb37d 100644 --- a/modules/home/i3wm/original/picom.nix +++ b/modules/home/i3wm/original/picom.nix @@ -3,6 +3,9 @@ { services.picom = { enable = true; + + package = pkgs.picom-pijulius; + backend = "glx"; vSync = true; inactiveOpacity = 0.9; |
