From cff96304d31d766ef6a0af1806855e2816632863 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 9 Feb 2025 19:55:22 +0100 Subject: update udev rules --- mvbs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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*" -- cgit v1.2.3