aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-06 10:10:42 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-06 10:10:42 +0100
commit584932f2fa75042aedb3d1544961cc0fde5a5961 (patch)
tree8255b7b48f4f7d0686f8a7c8c11d447ecda60c34
parent5ac5a3de87c06723c7a078822308f8b8f646015a (diff)
Remove KDE plasma hacks
-rw-r--r--.config/systemd/user/plasma-awesome_x11.service11
-rw-r--r--.config/systemd/user/plasma-herbstluftwm_x11.service11
l---------.config/systemd/user/plasma-kwin_x11.service1
l---------.config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service1
4 files changed, 0 insertions, 24 deletions
diff --git a/.config/systemd/user/plasma-awesome_x11.service b/.config/systemd/user/plasma-awesome_x11.service
deleted file mode 100644
index add09db..0000000
--- a/.config/systemd/user/plasma-awesome_x11.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[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-herbstluftwm_x11.service b/.config/systemd/user/plasma-herbstluftwm_x11.service
deleted file mode 100644
index d18f09e..0000000
--- a/.config/systemd/user/plasma-herbstluftwm_x11.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[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
deleted file mode 120000
index dc1dc0c..0000000
--- a/.config/systemd/user/plasma-kwin_x11.service
+++ /dev/null
@@ -1 +0,0 @@
-/dev/null \ No newline at end of file
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
deleted file mode 120000
index 376c5dd..0000000
--- a/.config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service
+++ /dev/null
@@ -1 +0,0 @@
-/home/tyil/.config/systemd/user/plasma-awesome_x11.service \ No newline at end of file