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

13 lines
319 B
Fish
Raw Normal View History

2024-09-20 00:23:09 +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 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