PortValhalla/scripts/Common/Drivers/Logitech G903/main.fish

13 lines
310 B
Fish
Raw Normal View History

2024-09-20 04:10:53 +00:00
#!/bin/env fish
begin
set -l dir (status dirname)
2024-11-01 12:12:16 +00:00
source "$dir/../../../lib/software.fish"
2024-09-20 04:10:53 +00:00
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