Add settings for Logitech G903
This commit is contained in:
parent
ffec2ce166
commit
7035642c4f
3 changed files with 11 additions and 0 deletions
|
@ -9,6 +9,11 @@ function installDrivers() {
|
|||
. "$dir/../../../scripts/Arch/Software/bt-dualboot/install.sh";
|
||||
}
|
||||
|
||||
function initializeConfig() {
|
||||
local dir="${BASH_SOURCE%/*}";
|
||||
. "$dir/../../../scripts/Unix/Devices/Logitech G903/install.sh";
|
||||
}
|
||||
|
||||
. "../../../scripts/Arch/OS/install.sh";
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
|
@ -16,6 +16,7 @@ function initializeConfig() {
|
|||
local dir="${BASH_SOURCE%/*}";
|
||||
. "$dir/../../../scripts/Common/Config/Steam/hidpi.sh";
|
||||
. "$dir/../../../scripts/Unix/Devices/Surface Book 2/install.sh";
|
||||
. "$dir/../../../scripts/Unix/Devices/Logitech G903/install.sh";
|
||||
}
|
||||
|
||||
. "../../../scripts/Arch/OS/install.sh";
|
||||
|
|
5
scripts/Unix/Devices/Logitech G903/install.sh
Normal file
5
scripts/Unix/Devices/Logitech G903/install.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
. "../../Config/KDE/input.sh";
|
||||
addInputConfig "1133" "16519" "Logitech G903 LS" "PointerAccelerationProfile=1";
|
||||
popd > /dev/null;
|
Loading…
Reference in a new issue