picom: use the one from Debian unstable

This commit is contained in:
Vincent Bernat 2022-02-07 08:47:49 +01:00
parent 14d0f726b3
commit 9eb153f283
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,6 @@ unstable but some of them are pulled from Nix.
However, I am recompiling some stuff to get more recent versions: However, I am recompiling some stuff to get more recent versions:
- `dunst` (check `vbe/master` branch) - `dunst` (check `vbe/master` branch)
- `picom` (`v9` tag)
- `polybar` (check `vbe/master` branch) - `polybar` (check `vbe/master` branch)
- `xsecurelock` (check `vbe/master` branch) - `xsecurelock` (check `vbe/master` branch)

View file

@ -4,6 +4,6 @@ PartOf=graphical-session.target
[Service] [Service]
ExecStartPre=%h/.config/i3/bin/picom-configure ExecStartPre=%h/.config/i3/bin/picom-configure
ExecStart=%h/.local/bin/picom --config %t/i3/picom.conf --experimental-backends ExecStart=/usr/bin/picom --config %t/i3/picom.conf --experimental-backends
ExecReload=%h/.config/i3/bin/picom-configure ExecReload=%h/.config/i3/bin/picom-configure
Restart=on-failure Restart=on-failure