1
0
Fork 0

Update falchion scripts

This commit is contained in:
Florian RICHER 2022-01-11 19:06:03 +01:00
parent 093036ff27
commit d59d4bc6ab
2 changed files with 14 additions and 0 deletions

View file

@ -11,10 +11,21 @@ Github: jnettlet
# Installation
## Common
```
cp ./99-asus-falchion.hwdb /etc/udev/hwdb.d/99-asus-falchion.hwdb
systemd-hwdb update
```
## X11
Append the following config to /usr/share/X11/xorg.conf.d/40-libinput.conf or use this and add it in startup script see `example_script.sh`
```bash
xinput disable XX # XX being the device id related to 'ASUSTeK ROG FALCHION System Control'
xinput disable "ASUSTeK ROG FALCHION System Control"
xinput disable "ASUSTeK ROG FALCHION Consumer Control"
xinput disable "ASUSTeK ROG GLADIUS III WIRELESS System Control"
xinput disable "ASUSTeK ROG GLADIUS III WIRELESS Consumer Control"
```

View file

@ -0,0 +1,3 @@
#!/bin/bash
sudo curl https://raw.githubusercontent.com/mrdev023/linux-conf/main/useful_scripts/falchion/99-asus-falchion.hwdb -o /etc/udev/hwdb.d/99-asus-falchion.hwdb
sudo systemd-hwdb update