aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-06 11:17:16 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-06 11:17:16 +0100
commitace4c02ee83822eaddac7d3c52467a6e9c246e12 (patch)
tree0b20cc4d9bb589aa70223b0ee816e79786f25e26 /.local/bin
parent584932f2fa75042aedb3d1544961cc0fde5a5961 (diff)
Leverage systemd for startup units
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/x4
1 files changed, 3 insertions, 1 deletions
diff --git a/.local/bin/x b/.local/bin/x
index 94f10ae..a47b1bc 100755
--- a/.local/bin/x
+++ b/.local/bin/x
@@ -26,4 +26,6 @@ then
fi
# start the X session
-exec startx
+startx
+systemctl --user stop desktop-x11.target
+systemctl --user stop desktop.target