aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-10-06 10:10:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:43 +0200
commitbf49b2b447e43be3854e6361014318430ef2ad7f (patch)
tree30dfdef994f614f34c8c4679382900a4b4c99ab4 /.local/bin
parentef6a5a3da501b4dd7f4b609a61224dbb3dbd20e1 (diff)
Change how layout.sh is called
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/x6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/x b/.local/bin/x
index 653cfb0..ed5e26f 100755
--- a/.local/bin/x
+++ b/.local/bin/x
@@ -15,12 +15,6 @@ then
# Remove the old config
rm -f -- "$HOME/.xinitrc"
- # Add layout script, if one exists
- if [ -f "$HOME/.local/etc/x/layout.sh" ]
- then
- cat "$HOME/.local/etc/x/layout.sh" >> "$HOME/.xinitrc"
- fi
-
# Add the base configuration
cat -- "$HOME/.local/etc/x/xinitrc" "$HOME/.local/etc/x/xinit.d/$1.rc" \
>> "$HOME/.xinitrc"