13 lines
300 B
Fish
13 lines
300 B
Fish
|
#!/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
|