Update documentation with tag_count config var

This commit is contained in:
Gerry Hernandez 2026-03-15 20:31:49 -07:00
parent c3a0c11adc
commit 342464d3d1
3 changed files with 11 additions and 9 deletions

View file

@ -31,6 +31,7 @@ description: Advanced settings for XWayland, focus behavior, and system integrat
| Setting | Default | Description |
| :--- | :--- | :--- |
| `tag_count` | `9` | Number of tags/workspaces available. Supports range `[132]`. **Requires restart to take effect.** |
| `focus_cross_monitor` | `0` | Allow directional focus to cross monitor boundaries. |
| `exchange_cross_monitor` | `0` | Allow exchanging clients across monitor boundaries. |
| `focus_cross_tag` | `0` | Allow directional focus to cross into other tags. |
@ -48,4 +49,5 @@ description: Advanced settings for XWayland, focus behavior, and system integrat
| `no_border_when_single` | `0` | Remove window borders when only one window is visible on the tag. |
| `idleinhibit_ignore_visible` | `0` | Allow invisible clients (e.g., background audio players) to inhibit idle. |
| `drag_tile_refresh_interval` | `8.0` | Interval (1.016.0) to refresh tiled window resize during drag. Too small may cause application lag. |
| `drag_floating_refresh_interval` | `8.0` | Interval (1.016.0) to refresh floating window resize during drag. Too small may cause application lag. |
| `drag_floating_refresh_interval` | `8.0` | Interval (1.016.0) to refresh floating window resize during drag. Too small may cause application lag. |