PortValhalla/scripts/Common/Drivers/SurfaceBook2/main.fish

13 lines
318 B
Fish
Raw Normal View History

2024-09-20 00:23:09 +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 00:23:09 +00:00
function configureSW -V dir
2024-10-13 13:35:24 +00:00
. "$dir/../../Software/plasma/input.fish"
2024-09-20 00:23:09 +00:00
addInputConfig 1118 2338 "Microsoft Surface Keyboard Touchpad" "NaturalScroll=true"
end
2024-10-13 23:55:19 +00:00
runInstaller --force $argv
2024-09-20 00:23:09 +00:00
end