From 317e444ce6425638ec5ade64761f2fdf059439e2 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 6 Feb 2024 11:17:43 +0100 Subject: Create the required targets I'm sure there's a way to start the desktop target as part of the desktop-x11 target, but since I can't find anything about it right now I'll just use them both manually. --- .config/systemd/user/desktop-x11.target | 2 ++ .config/systemd/user/desktop.target | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .config/systemd/user/desktop-x11.target create mode 100644 .config/systemd/user/desktop.target (limited to '.config') diff --git a/.config/systemd/user/desktop-x11.target b/.config/systemd/user/desktop-x11.target new file mode 100644 index 0000000..5d7d771 --- /dev/null +++ b/.config/systemd/user/desktop-x11.target @@ -0,0 +1,2 @@ +[Unit] +Description = Target to be reached when the graphical desktop environment has started diff --git a/.config/systemd/user/desktop.target b/.config/systemd/user/desktop.target new file mode 100644 index 0000000..5d7d771 --- /dev/null +++ b/.config/systemd/user/desktop.target @@ -0,0 +1,2 @@ +[Unit] +Description = Target to be reached when the graphical desktop environment has started -- cgit v1.1