From d59d4bc6ab43b70afb948acaddbed0e06466b7d7 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 11 Jan 2022 19:06:03 +0100 Subject: [PATCH] Update falchion scripts --- useful_scripts/falchion/README.md | 11 +++++++++++ useful_scripts/falchion/install.sh | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 useful_scripts/falchion/install.sh diff --git a/useful_scripts/falchion/README.md b/useful_scripts/falchion/README.md index aaf4a23..c1e99e5 100644 --- a/useful_scripts/falchion/README.md +++ b/useful_scripts/falchion/README.md @@ -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" ``` \ No newline at end of file diff --git a/useful_scripts/falchion/install.sh b/useful_scripts/falchion/install.sh new file mode 100644 index 0000000..727655b --- /dev/null +++ b/useful_scripts/falchion/install.sh @@ -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 \ No newline at end of file