Configure Surface Touchpad by default
This commit is contained in:
parent
a3421d4e37
commit
1cfd450bd0
3 changed files with 32 additions and 0 deletions
scripts/Common/Drivers/SurfaceBook2
12
scripts/Common/Drivers/SurfaceBook2/main.fish
Normal file
12
scripts/Common/Drivers/SurfaceBook2/main.fish
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
|
||||
function configureSW -V dir
|
||||
. "$dir/../../Software/KDE/input.fish"
|
||||
addInputConfig 1118 2338 "Microsoft Surface Keyboard Touchpad" "NaturalScroll=true"
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue