From 5a8fa3ed354cec18a7e1dddb1e4c8d458b1001ae Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 May 2023 19:56:19 +0200 Subject: Add awesome for use with KDE --- .config/systemd/user/plasma-awesome_x11.service | 11 +++++++++++ .../plasma-workspace.target.wants/plasma-awesome_x11.service | 1 + 2 files changed, 12 insertions(+) create mode 100644 .config/systemd/user/plasma-awesome_x11.service create mode 120000 .config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service (limited to '.config/systemd/user') 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 -- cgit v1.1