aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-06 11:17:43 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-06 11:17:43 +0100
commit317e444ce6425638ec5ade64761f2fdf059439e2 (patch)
tree033481226b29efb6616e6ae3ac8bbd352f4ce06c
parentace4c02ee83822eaddac7d3c52467a6e9c246e12 (diff)
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.
-rw-r--r--.config/systemd/user/desktop-x11.target2
-rw-r--r--.config/systemd/user/desktop.target2
2 files changed, 4 insertions, 0 deletions
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