summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbhinav <abhinav.prsai@gmail.com>2025-06-20 22:27:47 +0100
committerAbhinav <abhinav.prsai@gmail.com>2025-06-20 22:27:47 +0100
commitfaba12b660834f65aa759625b04efd9fb7d7a4eb (patch)
treee5eb42db1027160e145b072e3306a257180fac60 /README.md
parent1179dc915b8bfb5d3f221b97c8f0f6a506ba74e4 (diff)
add window swallowing
the user can now specify which windows can swallow / can be swallowed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63830cf..2905b04 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,9 @@ The file uses a `key : value` format. Lines starting with `#` are ignored.
| `should_float` | String | `"st"` | Always-float rule. Multiple entries should be comma-seperated. Optionally, entries can be enclosed in quotes.|
| `new_win_focus` | Bool | `true` | Whether openening new windows should also set focus to them or keep on current window.|
| `warp_cursor` | Bool | `true` | Warp the cursor to the middle of newly focused windows |
+| `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. |
---