summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbhinav <abhinav.prsai@gmail.com>2025-06-23 20:52:58 +0100
committerAbhinav <abhinav.prsai@gmail.com>2025-06-23 20:52:58 +0100
commit4cd111d9d1356db27f6c90b9c95144f9c409ec54 (patch)
treee0d1c92289ab6b0703fe6e99890468919628ad9e /README.md
parent8f4933642e2f2616321dcf7dda4f409aa1f20115 (diff)
add new_win_master
new windows spawned can now be set as master window
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2905b04..47028e8 100644
--- a/README.md
+++ b/README.md
@@ -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. |
---