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.

example.hcnf 323B

123456789101112131415161718192021222324
  1. display * {
  2. mode max
  3. rate max
  4. where { left-of primary }
  5. }
  6. input * {
  7. type pointer
  8. options [
  9. [ "libinput Tapping Enabled" 1 ]
  10. ]
  11. }
  12. input * {
  13. type keyboard
  14. commands [
  15. "xset r rate 200 60"
  16. "setxkbmap dvorak -option ctrl:swapcaps -option altwin:swap_alt_win"
  17. ]
  18. }
  19. wallpaper {
  20. path /home/martin/background.jpg
  21. }