diff --git a/README.md b/README.md index c4ba618..4e52e18 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ unstable but some of them are pulled from Nix. However, I am recompiling some stuff to get more recent versions: - `dunst` (check `vbe/master` branch) - - `picom` (`v9` tag) - `polybar` (check `vbe/master` branch) - `xsecurelock` (check `vbe/master` branch) diff --git a/dotfiles/systemd/picom.service b/dotfiles/systemd/picom.service index 37e49bb..12abe30 100644 --- a/dotfiles/systemd/picom.service +++ b/dotfiles/systemd/picom.service @@ -4,6 +4,6 @@ PartOf=graphical-session.target [Service] 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 Restart=on-failure