Files
2025-07-14 13:40:37 +02:00

447 B

Setup:

  1. install xremap
  2. run these commands:
echo 'KERNEL=="uinput", GROUP="input", TAG+="uaccess"' \
    | sudo tee -a /etc/udev/rules.d/99-input.rules
echo 'uinput' \
    | sudo tee -a /etc/modules-load.d/uinput.conf
sudo usermod -aG input <user>
  1. reboot
  2. run xremap with:
xremap ~/repos/dotfiles/xremap/<config>.yml --device '<device_name>'
  1. might need to tab out and in again a couple of times for it to activate