diff options
author | lassulus <git@lassul.us> | 2023-02-06 12:50:00 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-02-08 15:01:04 +0100 |
commit | f4c679dd918e23459a590099bcf6c1847afdfb02 (patch) | |
tree | 3c3c6bf190c627528bd1cb00b75b182d1eb09a70 /lass/1systems/aergia/physical.nix | |
parent | 278e6c354a7f5b19465641144784c5e22a01c4db (diff) |
l aergia.r: fix xmodmap not running on startup
Diffstat (limited to 'lass/1systems/aergia/physical.nix')
-rw-r--r-- | lass/1systems/aergia/physical.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/aergia/physical.nix b/lass/1systems/aergia/physical.nix index 6200bbfc5..93bf2a32e 100644 --- a/lass/1systems/aergia/physical.nix +++ b/lass/1systems/aergia/physical.nix @@ -109,7 +109,7 @@ # keyboard quirks services.xserver.displayManager.sessionCommands = '' - xmodmap -e 'keycode 96 = F12 Insert F12 F12' # rebind shift + F12 to shift + insert + ${pkgs.xorg.xmodmap}/bin/xmodmap -e 'keycode 96 = F12 Insert F12 F12' # rebind shift + F12 to shift + insert ''; services.udev.extraHwdb = /* sh */ '' # disable back buttons |