aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user')
-rw-r--r--.config/systemd/user/plasma-awesome_x11.service11
l---------.config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service1
2 files changed, 12 insertions, 0 deletions
diff --git a/.config/systemd/user/plasma-awesome_x11.service b/.config/systemd/user/plasma-awesome_x11.service
new file mode 100644
index 0000000..add09db
--- /dev/null
+++ b/.config/systemd/user/plasma-awesome_x11.service
@@ -0,0 +1,11 @@
+[Install]
+WantedBy=plasma-workspace.target
+
+[Unit]
+Description=AwesomeWM for use as WM for KDE
+Before=plasma-workspace.target
+
+[Service]
+ExecStart=%h/.local/bin/awesome
+Slice=session.slice
+Restart=on-failure
diff --git a/.config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service b/.config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service
new file mode 120000
index 0000000..376c5dd
--- /dev/null
+++ b/.config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service
@@ -0,0 +1 @@
+/home/tyil/.config/systemd/user/plasma-awesome_x11.service \ No newline at end of file