From 6f21a1d52ce4fbdc0cafd76c91b74b0e1b644c2d Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 12 Nov 2024 23:02:38 -0800 Subject: Composited electricsheep background services --- .config/systemd/user/picom.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/systemd/user/picom.service (limited to '.config/systemd/user/picom.service') diff --git a/.config/systemd/user/picom.service b/.config/systemd/user/picom.service new file mode 100644 index 0000000..22b69dc --- /dev/null +++ b/.config/systemd/user/picom.service @@ -0,0 +1,9 @@ +[Unit] +Description=Picom X11 Compositor +ConditionEnvironment=DISPLAY + +[Service] +ExecCondition=sh -c "! echo $WAYLAND_DISPLAY | grep -q ." +ExecStart=picom --write-pid-path=%t/picom.pid + + -- cgit v1.2.3