mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-05 00:06:20 -04:00
feat(docs): add cursor_hide_on_keypress
This commit is contained in:
parent
cb30a69fe1
commit
6b1303e8bb
1 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ description: Advanced settings for XWayland, focus behavior, and system integrat
|
||||||
| `sloppyfocus` | `1` | Focus follows the mouse cursor. |
|
| `sloppyfocus` | `1` | Focus follows the mouse cursor. |
|
||||||
| `warpcursor` | `1` | Warp the cursor to the center of the window when focus changes via keyboard. |
|
| `warpcursor` | `1` | Warp the cursor to the center of the window when focus changes via keyboard. |
|
||||||
| `cursor_hide_timeout` | `0` | Hide the cursor after `N` seconds of inactivity (`0` to disable). |
|
| `cursor_hide_timeout` | `0` | Hide the cursor after `N` seconds of inactivity (`0` to disable). |
|
||||||
|
| `cursor_hide_on_keypress` | `0` | Hide the cursor on keypress. |
|
||||||
| `drag_tile_to_tile` | `0` | Allow dragging a tiled window onto another to swap their positions. |
|
| `drag_tile_to_tile` | `0` | Allow dragging a tiled window onto another to swap their positions. |
|
||||||
| `drag_tile_small` | `1` | Allow dragging a tiled window temporarily to small size.|
|
| `drag_tile_small` | `1` | Allow dragging a tiled window temporarily to small size.|
|
||||||
| `drag_corner` | `3` | Corner for drag-to-tile detection (0: none, 1–3: corners, 4: auto-detect). |
|
| `drag_corner` | `3` | Corner for drag-to-tile detection (0: none, 1–3: corners, 4: auto-detect). |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue