1
Fork 0

Compare commits

..

No commits in common. "44129f57c8bdeb35d9407d0de740160c46c7edb7" and "b75b622ffd487c908b8252621feb18ab30bb1fc1" have entirely different histories.

4 changed files with 0 additions and 67 deletions

View File

@ -1,10 +0,0 @@
---
title: "Serveur"
weight: 1
bookFlatSection: true
# bookToc: true
# bookHidden: false
# bookCollapseSection: false
# bookComments: false
# bookSearchExclude: false
---

View File

@ -1,10 +0,0 @@
---
title: "Thinkpad"
weight: 1
bookFlatSection: true
# bookToc: true
# bookHidden: false
# bookCollapseSection: false
# bookComments: false
# bookSearchExclude: false
---

View File

@ -1,47 +0,0 @@
---
title: "Pavé tactile"
weight: 1
# bookFlatSection: false
# bookToc: true
# bookHidden: false
# bookCollapseSection: false
# bookComments: false
# bookSearchExclude: false
---
# Pavé tactile
## Installation
Le pavé tactile est configuré par `libinput`, installé par défaut comme dépendance de Xorg et Wayland sur Archlinux.
## Configuration
### Runtime
Pour changer la configuration en fonctionnement, le paquet `xorg-xinput` peut être utilisé.
Les commandes principales sont les suivantes :
```
$ xinput list
$ xinput list-props $device
$ xinput set-prop $device $option $setting
```
### Démarrage
#### Xorg
Le pavé tactile peut être configuré par un fichier de configuration Xorg (`/etc/X11/xorg.conf.d/30-touchpad.conf` par
exemple).
##### Exemple
```
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "NaturalScrolling" "true"
EndSection
```
## Sources
1. <https://wiki.archlinux.org/title/Libinput>