diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-06-23 20:52:58 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-06-23 20:52:58 +0100 |
| commit | 4cd111d9d1356db27f6c90b9c95144f9c409ec54 (patch) | |
| tree | e0d1c92289ab6b0703fe6e99890468919628ad9e /README.md | |
| parent | 8f4933642e2f2616321dcf7dda4f409aa1f20115 (diff) | |
add new_win_master
new windows spawned can now be set as master window
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ The file uses a `key : value` format. Lines starting with `#` are ignored. | `exec` | String | `Nothing` | Command to run on startup (e.g., `sxbar`, `picom`, "autostart", etc.). | | `can_swallow` | String | `st` | Windows that can swallow. | | `can_be_swallowed` | String | `mpv` | Windows that can be swallowed. | +| `new_win_master` | Bool | `false` | New windows will open as master window. | --- |
