summaryrefslogtreecommitdiff
path: root/mvbs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mvbs.sh')
-rw-r--r--mvbs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mvbs.sh b/mvbs.sh
index a958dbc..a42bdf7 100644
--- a/mvbs.sh
+++ b/mvbs.sh
@@ -262,7 +262,8 @@ chsh -s /bin/oksh "$name" >/dev/null 2>&1
ln -sfT /bin/dash /bin/sh >/dev/null 2>&1
# Enable tap to click
-[ -d /etc/X11/xorg.conf.d ] && [ ! -f /etc/X11/xorg.conf.d/40-libinput.conf ] && printf 'Section "InputClass"
+mkdir -p /etc/X11/xorg.conf.d
+[ ! -f /etc/X11/xorg.conf.d/40-libinput.conf ] && printf 'Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"