otd linux install
This commit is contained in:
parent
e24bdcb63a
commit
bee01062fe
2 changed files with 10 additions and 4 deletions
|
@ -36,7 +36,7 @@ function main {
|
|||
paru -S --noconfirm \
|
||||
obsidian zed vscodium-bin gpu-screen-recorder-ui \
|
||||
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \
|
||||
clamav-unofficial-sigs vesktop eloquent youtube-music-bin
|
||||
clamav-unofficial-sigs vesktop eloquent youtube-music-bin opentabletdriver
|
||||
|
||||
|
||||
# === Fish ==
|
||||
|
@ -54,6 +54,12 @@ function main {
|
|||
# use dark for the purpose of the installation since we need to choose one, doesn't really matter
|
||||
bash "$HOME"/.config/turn-dark.sh
|
||||
|
||||
|
||||
# === OpenTabletDriver
|
||||
sudo mkinitcpio -P
|
||||
sudo rmmod hid_uclogic
|
||||
|
||||
|
||||
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
}
|
||||
|
||||
|
|
|
@ -18,14 +18,14 @@
|
|||
},
|
||||
"Tablet": {
|
||||
"Width": 127.0,
|
||||
"Height": 79.375,
|
||||
"Height": 71.4375,
|
||||
"X": 127.0,
|
||||
"Y": 79.375,
|
||||
"Rotation": 270.0
|
||||
},
|
||||
"EnableClipping": true,
|
||||
"EnableClipping": false,
|
||||
"EnableAreaLimiting": false,
|
||||
"LockAspectRatio": false
|
||||
"LockAspectRatio": true
|
||||
},
|
||||
"RelativeModeSettings": {
|
||||
"XSensitivity": 10.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue