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:
Mathias Eek
2026-04-27 08:49:48 +02:00
committed by GitHub
parent 44d8d9b00f
commit 88da163768
3 changed files with 26 additions and 0 deletions
+7
View File
@@ -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