Update falchion scripts
This commit is contained in:
parent
093036ff27
commit
d59d4bc6ab
2 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue