summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-20 16:20:43 +0100
committerGitHub <noreply@github.com>2025-05-20 16:20:43 +0100
commitae590dcc1e58175851ae934d186ad8b3abd4805b (patch)
treee13fd2f7eac32ec1464d66a2bc9bf89a1b782e8a /README.md
parent1ff3b26f9c7fe03aeacb321c093018c4d9683300 (diff)
parentf0c4d01c33fd133eb0a09a970e12844d9ed17137 (diff)
Merge pull request #32 from werdl/main
Multiple should_float entries
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60811a1..bd00cd1 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ The file uses a `key : value` format. Lines starting with `#` are ignored.
| `resize_master_amount` | Integer | `1` | Percent to increase/decrease master width. |
| `snap_distance` | Integer | `5` | Distance (px) before a floating window snaps to edge. |
| `motion_throttle` | Integer | `60` | Target FPS for mouse drag actions. |
-| `should_float` | String | `st` | Always-float rule (can list multiple). |
+| `should_float` | String | `"st"` | Always-float rule. Multiple entries should be comma-seperated. Optionally, entries can be enclosed in quotes.|
---