summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwerdl <werdl_is_cool@outlook.com>2025-05-19 19:08:30 +0100
committerwerdl <werdl_is_cool@outlook.com>2025-05-19 19:08:30 +0100
commit176380fd65d0233ea6a5608bfb24d437deccbb0b (patch)
tree82c6514b95d5c113788168e9fb1d4f0ead3e005f /README.md
parentfcd92be19f262aa309fd39a8ad3d57c1e4dc3765 (diff)
add multiple should_float options
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.|
---