Skip to content

Commit

Permalink
Keywords: add per-device keyword example (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artifechs committed Jul 30, 2024
1 parent 6f853b8 commit 33093ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/Configuring/Keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ device {
}
```

Example modifying per-device config values using `hyprctl`:

```plain
hyprctl -r -- keyword device[my-device]:sensitivity -1
```

{{< callout type=info >}}

Per-device layouts will by default not alter the keybind keymap, so for example with a global keymap of `us`
Expand Down

0 comments on commit 33093ce

Please sign in to comment.