feat: add xremap

This commit is contained in:
2025-07-05 08:55:25 +02:00
parent 519dc57efc
commit a5997a197c
2 changed files with 28 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
Setup:
1. install xremap
2. run these commands:
```sh
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>
```
3. reboot
4. run xremap with:
```sh
xremap ~/repos/dotfiles/xremap/<config>.yml --device '<device_name>'
```