> Früher hat man sowas in der Xorg.conf eingetragen, aber heutzutage?

Die xorg.conf gibts immernoch, obwohl man meist separate
Dateien in `/etc/X11/xorg.conf.d/` anlegt. Man kann z.B. mit

  Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbLayout" "de"
    Option          "XkbVariant" "neo"
  EndSection

für alle Tastaturen das Neo-Layout erzwingen.

Mit zusätzlichen Einträgen wie "MatchProduct", oder "MatchUSBID" kann
man Geräte-spezifische Regeln einrichten.
"MatchIsPointer" mit der Option "ButtonMapping" könntest du für deine
Mauseinstellung verwenden.

Für näheres schau dir `man xorg.conf` (Abschnitt InputClass) und `man
evdev` (bzw. `man libinput`) an.

Attachment: pgpuz9JNhxUhS.pgp
Description: OpenPGP digital signature

Antwort per Email an