Files
dotfiles/xremap/README.md
T
2025-07-05 08:55:25 +02:00

372 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>'