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
|
# Installation
|
||||||
|
|
||||||
|
## Common
|
||||||
|
|
||||||
|
```
|
||||||
|
cp ./99-asus-falchion.hwdb /etc/udev/hwdb.d/99-asus-falchion.hwdb
|
||||||
|
systemd-hwdb update
|
||||||
|
```
|
||||||
|
|
||||||
## X11
|
## 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`
|
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
|
```bash
|
||||||
xinput disable XX # XX being the device id related to 'ASUSTeK ROG FALCHION System Control'
|
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"
|
||||||
```
|
```
|
3
useful_scripts/falchion/install.sh
Normal file
3
useful_scripts/falchion/install.sh
Normal 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
|
Loading…
Reference in a new issue