aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-28 18:08:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-28 18:09:38 +0200
commit960ab8cc5d8687f572d571ee646e11cf3bbedab4 (patch)
tree6611b8d8f244909ca255f99aaac7bdddc681948e /.config
parent8f087701558dee00635fd553c3bb66bbf35c9796 (diff)
Make updates to run KDE as desired in both openrc and systemd
Diffstat (limited to '.config')
-rw-r--r--.config/systemd/user/plasma-herbstluftwm_x11.service11
l---------.config/systemd/user/plasma-kwin_x11.service1
2 files changed, 12 insertions, 0 deletions
diff --git a/.config/systemd/user/plasma-herbstluftwm_x11.service b/.config/systemd/user/plasma-herbstluftwm_x11.service
new file mode 100644
index 0000000..d18f09e
--- /dev/null
+++ b/.config/systemd/user/plasma-herbstluftwm_x11.service
@@ -0,0 +1,11 @@
+[Install]
+WantedBy=plasma-workspace.target
+
+[Unit]
+Description = KDE Plasma with HerbstluftWM
+Before = plasma-workspace.target
+
+[Service]
+ExecStart = %h/.local/bin/herbstluftwm
+Slice = session.slice
+Restart = on-failure
diff --git a/.config/systemd/user/plasma-kwin_x11.service b/.config/systemd/user/plasma-kwin_x11.service
new file mode 120000
index 0000000..dc1dc0c
--- /dev/null
+++ b/.config/systemd/user/plasma-kwin_x11.service
@@ -0,0 +1 @@
+/dev/null \ No newline at end of file