From 584932f2fa75042aedb3d1544961cc0fde5a5961 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 6 Feb 2024 10:10:42 +0100 Subject: Remove KDE plasma hacks --- .config/systemd/user/plasma-awesome_x11.service | 11 ----------- .config/systemd/user/plasma-herbstluftwm_x11.service | 11 ----------- .config/systemd/user/plasma-kwin_x11.service | 1 - .../plasma-workspace.target.wants/plasma-awesome_x11.service | 1 - 4 files changed, 24 deletions(-) delete mode 100644 .config/systemd/user/plasma-awesome_x11.service delete mode 100644 .config/systemd/user/plasma-herbstluftwm_x11.service delete mode 120000 .config/systemd/user/plasma-kwin_x11.service delete mode 120000 .config/systemd/user/plasma-workspace.target.wants/plasma-awesome_x11.service (limited to '.config') 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 -- cgit v1.1