diff options
author | lassulus <git@lassul.us> | 2023-01-30 16:13:28 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-01-30 16:13:31 +0100 |
commit | 0c3a901a1b39369230816d4d26b814ecc22a74e1 (patch) | |
tree | 16c390623154d4fe98b32da1beecbc053d19b286 /lass/1systems/aergia/physical.nix | |
parent | 3c528d6a28f9f837db5a029e4e0c05be282a6e08 (diff) |
l aergia.r: ignore backbuttons
Diffstat (limited to 'lass/1systems/aergia/physical.nix')
-rw-r--r-- | lass/1systems/aergia/physical.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/1systems/aergia/physical.nix b/lass/1systems/aergia/physical.nix index c6b657abc..d6fe26ac9 100644 --- a/lass/1systems/aergia/physical.nix +++ b/lass/1systems/aergia/physical.nix @@ -74,4 +74,10 @@ services.xserver.displayManager.sessionCommands = '' xmodmap -e 'keycode 96 = F12 Insert F12 F12' # rebind shift + F12 to shift + insert ''; + services.udev.extraHwdb = /* sh */ '' + # disable back buttons + evdev:input:b0003v2F24p0135* # /dev/input/event2 + KEYBOARD_KEY_70026=reserved + KEYBOARD_KEY_70027=reserved + ''; } |