diff options
| author | werdl <werdl_is_cool@outlook.com> | 2025-05-18 11:11:38 +0100 |
|---|---|---|
| committer | werdl <werdl_is_cool@outlook.com> | 2025-05-18 11:11:38 +0100 |
| commit | a275a4a1b10f3939cbc9d0179298268c817b8f22 (patch) | |
| tree | eb618a18d8b13868c3476cf6ac5c696d90d80030 | |
| parent | 6c467fc57888c34b7d2ce150d6522a931002047a (diff) | |
add should_float to readme
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ The file uses a `key : value` format. Lines starting with `#` are ignored. | `resize_master_amount` | Integer | `1` | Percentage (%) to increase/decrease the master width when resizing. | | `snap_distance` | Integer | `5` | Pixels from screen edge before a floating window snaps to the edge. | | `motion_throttle` | Integer | `60` | Target updates per second for mouse drag operations (move/resize/swap). Set close to your monitor's refresh rate for smoother visuals. | +| `should_float` | String | `""` | A window to always flaot (eg. `st`). For multiple windows, add multiple options.| ### Keybindings |
