mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* 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
8 lines
255 B
Bash
8 lines
255 B
Bash
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
|