arcnmx / home

my $HOME 2
9 stars 2 forks source link

xkb map for qmk keyboards #4

Open arcnmx opened 2 years ago

arcnmx commented 2 years ago

my current approach isn't working for some reason...

see also https://www.charvolant.org/doug/xkb/html/node5.html

arcnmx commented 2 years ago

consider rebuilding with a writeable path so you can easily test? .-.

arcnmx commented 2 years ago

Useful command for testing changes: setxkbmap -variant altgr-intl -option 'terminate:ctrl_alt_bksp' -option 'numpad:microsoft' -option 'numpad:shift3' -option 'ctrl:nocaps' -model qmk -layout us -I /etc/X11/xkb -print | tee /dev/stderr | nix run nixpkgs.xorg.xkbcomp -c xkbcomp -I/etc/X11/xkb - $DISPLAY