From 2f8e2f7f0cdf278d08ffeb952080b756b2156332 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 3 Jul 2023 07:30:48 +0200 Subject: [PATCH] picom: starts after xsettingsd This is needed for templating --- dotfiles/systemd/picom.service | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/systemd/picom.service b/dotfiles/systemd/picom.service index da8afdc..5dbcef1 100644 --- a/dotfiles/systemd/picom.service +++ b/dotfiles/systemd/picom.service @@ -1,6 +1,7 @@ [Unit] Description=Compositor for X11 PartOf=graphical-session.target +After=xsettingsd.service [Service] ExecStartPre=%h/.config/i3/bin/picom-configure