From 960ab8cc5d8687f572d571ee646e11cf3bbedab4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 28 Apr 2023 18:08:25 +0200 Subject: Make updates to run KDE as desired in both openrc and systemd --- .config/systemd/user/plasma-herbstluftwm_x11.service | 11 +++++++++++ .config/systemd/user/plasma-kwin_x11.service | 1 + 2 files changed, 12 insertions(+) create mode 100644 .config/systemd/user/plasma-herbstluftwm_x11.service create mode 120000 .config/systemd/user/plasma-kwin_x11.service (limited to '.config/systemd') 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 -- cgit v1.1