2024-09-20 04:10:53 +00:00
|
|
|
#!/bin/env fish
|
|
|
|
begin
|
|
|
|
set -l dir (status dirname)
|
|
|
|
source "$dir/../../Scripts/software.fish"
|
|
|
|
|
|
|
|
function configureSW -V dir
|
2024-10-13 13:35:24 +00:00
|
|
|
. "$dir/../../Software/plasma/input.fish"
|
2024-09-20 04:10:53 +00:00
|
|
|
addInputConfig 1133 16519 "Logitech G903 LS" "PointerAccelerationProfile=1"
|
|
|
|
end
|
|
|
|
|
2024-10-13 23:55:19 +00:00
|
|
|
runInstaller --force $argv
|
2024-09-20 04:10:53 +00:00
|
|
|
end
|