From 04c3be7cf52837ecc105b311f0340f918b22bcd6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 27 Jul 2023 21:34:23 +0200 Subject: [PATCH] autopushed --- journal/2023-07-27.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/journal/2023-07-27.md b/journal/2023-07-27.md index d2666167f..4a40a1ac5 100644 --- a/journal/2023-07-27.md +++ b/journal/2023-07-27.md @@ -4,5 +4,8 @@ - [[autostart]] - [[systemd]] - #push [[kill wayland]] - - Trying to set up [[vnc]] so it starts only after wayland/a graphical session is running and it's proving harder than expected for not the first time :) - - I would expect to add a Requires or WantedBy in the systemd unit, but alas, it's not as easy as that. + - #push [[autostart]] + - Trying to set up [[vnc]] so it starts only after wayland/a graphical session is running and it's proving harder than expected for not the first time :) + - I would expect to add a Requires or WantedBy in the systemd unit, but alas, it's not as easy as that. + - I use [[sway]] so maybe the right targets aren't there by default though, as that's supposed to be solved by a "[[desktop environment]]". + - Somehow I ended up at https://github.com/jceb/dex which, beyonds its scope in a friendly way, tells me of how to configure a [[systemd autostart]] in a way that maybe will works.