Fix jumping cursor / disable-while-typing on ASUS ROG Flow Z13 detachable keyboard (#5452)
* Fix disable-while-typing on ASUS ROG Flow Z13 detachable keyboard * Replace lsusb with DMI detection for Z13 keyboard * Use omarchy-hw-match instead of custom z13_present function
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
echo "Fix disable-while-typing on ASUS ROG Flow Z13 detachable keyboard"
|
||||
|
||||
source $OMARCHY_PATH/install/config/hardware/asus/fix-z13-touchpad.sh
|
||||
|
||||
if [[ -f /etc/udev/rules.d/99-omarchy-asus-z13-touchpad.rules ]]; then
|
||||
omarchy-state set reboot-required
|
||||
fi
|
||||
Reference in New Issue
Block a user