fix: update xremap config
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ sudo usermod -aG input <user>
|
|||||||
```sh
|
```sh
|
||||||
xremap ~/repos/dotfiles/xremap/<config>.yml --device '<device_name>'
|
xremap ~/repos/dotfiles/xremap/<config>.yml --device '<device_name>'
|
||||||
```
|
```
|
||||||
5. select xremap as mouse device in OS settings
|
5. might need to tab out and in again a couple of times for it to activate
|
||||||
|
|||||||
+2
-5
@@ -3,10 +3,7 @@ modmap:
|
|||||||
application:
|
application:
|
||||||
only: net-runelite-client-RuneLite
|
only: net-runelite-client-RuneLite
|
||||||
remap:
|
remap:
|
||||||
BTN_RIGHT:
|
BTN_RIGHT: BTN_MIDDLE
|
||||||
held: BTN_MIDDLE
|
BTN_SIDE: BTN_RIGHT
|
||||||
alone: BTN_RIGHT
|
|
||||||
alone_timeout_millis: 100
|
|
||||||
exact_match: true
|
|
||||||
device:
|
device:
|
||||||
only: 'Logitech USB Receiver'
|
only: 'Logitech USB Receiver'
|
||||||
|
|||||||
Reference in New Issue
Block a user