Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 123456789101112131415161718192021222324 |
- display * {
- mode max
- rate max
- where { left-of primary }
- }
-
- input * {
- type pointer
- options [
- [ "libinput Tapping Enabled" 1 ]
- ]
- }
-
- input * {
- type keyboard
- commands [
- "xset r rate 200 60"
- "setxkbmap dvorak -option ctrl:swapcaps -option altwin:swap_alt_win"
- ]
- }
-
- wallpaper {
- path /home/martin/background.jpg
- }
|