From 9eb153f28301f8dfc16e5f14881b770b30088719 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 7 Feb 2022 08:47:49 +0100 Subject: [PATCH] picom: use the one from Debian unstable --- README.md | 1 - dotfiles/systemd/picom.service | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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