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

13 lines
300 B
Fish
Raw Normal View History

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
. "$dir/../../Software/KDE/input.fish"
addInputConfig 1133 16519 "Logitech G903 LS" "PointerAccelerationProfile=1"
end
runInstaller $argv
end