6 lines
181 B
Bash
Executable file
6 lines
181 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
. "../../Config/KDE/input.sh";
|
|
addInputConfig "1133" "16519" "Logitech G903 LS" "PointerAccelerationProfile=1";
|
|
popd > /dev/null;
|