diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-02-09 19:55:22 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-02-09 19:55:22 +0100 |
| commit | cff96304d31d766ef6a0af1806855e2816632863 (patch) | |
| tree | a15731b7a01239c1956d6a870560d1a49296b7e6 /mvbs.sh | |
| parent | 21e0f63e1be7843419e270848305344a342cf2d3 (diff) | |
update udev rules
Diffstat (limited to 'mvbs.sh')
| -rw-r--r-- | mvbs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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*" |
