Create setup script for mice
This commit is contained in:
parent
2429e6ad49
commit
b2bd9281cc
4 changed files with 23 additions and 0 deletions
scripts/Common/Drivers/Logitech G903
12
scripts/Common/Drivers/Logitech G903/main.fish
Normal file
12
scripts/Common/Drivers/Logitech G903/main.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue