Skip to content

Commit

Permalink
Document the new cursor hide settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Oct 7, 2024
1 parent 6fb60da commit 03c6039
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions wiki/Configuration:-Miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ environment {
cursor {
xcursor-theme "breeze_cursors"
xcursor-size 48
hide-on-key-press
hide-after-inactive-ms 1000
}
hotkey-overlay {
Expand Down Expand Up @@ -106,6 +109,31 @@ cursor {
}
```

#### `hide-on-key-press`

<sup>Since: 0.1.10</sup>

If set, hides the cursor when pressing a key on the keyboard.

```kdl
cursor {
hide-on-key-press
}
```

#### `hide-after-inactive-ms`

<sup>Since: 0.1.10</sup>

If set, the cursor will automatically hide once this number of milliseconds passes since the last cursor movement.

```kdl
cursor {
// Hide the cursor after one second of inactivity.
hide-after-inactive-ms 1000
}
```

### `hotkey-overlay`

Settings for the "Important Hotkeys" overlay.
Expand Down

0 comments on commit 03c6039

Please sign in to comment.