Skip to content

Commit 024eb01

Browse files
authored
Merge pull request #1304 from cebem1nt/docs
docs: move tag_num, tag_gather, smartgaps to miscellaneous.md
2 parents 7369f27 + 94b3d68 commit 024eb01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/configuration/miscellaneous.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ description: Advanced settings for XWayland, focus behavior, and system integrat
3838
| `view_current_to_back` | `0` | Toggling the current tag switches back to the previously viewed tag. |
3939
| `scratchpad_cross_monitor` | `0` | Share the scratchpad pool across all monitors. |
4040
| `single_scratchpad` | `1` | Only allow one scratchpad (named or standard) to be visible at a time. |
41+
| `tag_num` | `9` | Number of tags/workspaces (1–31). On config reload, clients on tags beyond this count are moved to the last tag. |
42+
| `tag_gather` | `0` | When `1`, occupied tags are compacted to consecutive tags starting at 1, eliminating gaps. For example, with windows on tags 1, 3 and 9, they move to 1, 2 and 3, and the current view follows. |
4143

4244
## Window Behavior
4345

@@ -46,6 +48,7 @@ description: Advanced settings for XWayland, focus behavior, and system integrat
4648
| `enable_floating_snap` | `0` | Snap floating windows to edges or other windows. |
4749
| `snap_distance` | `30` | Max distance (pixels) to trigger floating snap. |
4850
| `no_border_when_single` | `0` | Remove window borders when only one window is visible on the tag. |
51+
| `smartgaps` | `0` | Disable gaps when only one window is present. |
4952
| `idleinhibit_ignore_visible` | `0` | Allow invisible clients (e.g., background audio players) to inhibit idle. |
5053
| `tag_carousel` | `0` | Enable tag carousel (cycling through tags). |
5154
| `drag_tile_refresh_interval` | `8.0` | Interval (1.0–16.0) to refresh tiled window resize during drag. Too small may cause application lag. |

docs/window-management/layouts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ These settings apply to layouts like `tile` and `center_tile`.
7373
| `new_is_master` | `1` | New windows become the master window. |
7474
| `default_mfact` | `0.55` | The split ratio between master and stack areas. |
7575
| `default_nmaster` | `1` | Number of allowed master windows. |
76-
| `tag_num` | `9` | Number of tags/workspaces (1–31). On config reload, clients on tags beyond this count are moved to the last tag. |
77-
| `tag_gather` | `0` | When `1`, occupied tags are compacted to consecutive tags starting at 1, eliminating gaps. For example, with windows on tags 1, 3 and 9, they move to 1, 2 and 3, and the current view follows. |
78-
| `smartgaps` | `0` | Disable gaps when only one window is present. |
7976
| `center_master_overspread` | `0` | (Center Tile) Master spreads across screen if no stack exists. |
8077
| `center_when_single_stack` | `1` | (Center Tile) Center master when only one stack window exists. |
8178

0 commit comments

Comments
 (0)