aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-28 18:08:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-28 18:09:38 +0200
commit960ab8cc5d8687f572d571ee646e11cf3bbedab4 (patch)
tree6611b8d8f244909ca255f99aaac7bdddc681948e /.local/bin
parent8f087701558dee00635fd553c3bb66bbf35c9796 (diff)
Make updates to run KDE as desired in both openrc and systemd
Diffstat (limited to '.local/bin')
l---------.local/bin/herbstluftwm1
-rwxr-xr-x.local/bin/x7
2 files changed, 2 insertions, 6 deletions
diff --git a/.local/bin/herbstluftwm b/.local/bin/herbstluftwm
new file mode 120000
index 0000000..3da827c
--- /dev/null
+++ b/.local/bin/herbstluftwm
@@ -0,0 +1 @@
+../share/wrapper.sh \ No newline at end of file
diff --git a/.local/bin/x b/.local/bin/x
index ed5e26f..d00fda0 100755
--- a/.local/bin/x
+++ b/.local/bin/x
@@ -12,12 +12,7 @@ then
exit 1
fi
- # Remove the old config
- rm -f -- "$HOME/.xinitrc"
-
- # Add the base configuration
- cat -- "$HOME/.local/etc/x/xinitrc" "$HOME/.local/etc/x/xinit.d/$1.rc" \
- >> "$HOME/.xinitrc"
+ cp -v -- "$HOME/.local/etc/x/xinit.d/$1.rc" "$HOME/.xinitrc"
fi
# Make sure the xinitrc exists, just in case