Create setup script for mice

This commit is contained in:
Manuel Thalmann 2024-09-20 06:10:53 +02:00
parent 2429e6ad49
commit b2bd9281cc
4 changed files with 23 additions and 0 deletions
scripts/Common/Drivers/Logitech G903

View file

@ -0,0 +1,12 @@
#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function configureSW -V dir
. "$dir/../../Software/KDE/input.fish"
addInputConfig 1133 16519 "Logitech G903 LS" "PointerAccelerationProfile=1"
end
runInstaller $argv
end