diff options
| author | uint23 <72694427+uint23@users.noreply.github.com> | 2025-05-18 12:57:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 12:57:37 +0100 |
| commit | 6d9bf1e70d660ee0f8d2c6c6fa8c8b8e989d6b93 (patch) | |
| tree | 7304a4453413f55667728f0078a230be1719f07f /README.md | |
| parent | 29486b974b1f902254e1520fcc455fbda5e274d7 (diff) | |
| parent | a275a4a1b10f3939cbc9d0179298268c817b8f22 (diff) | |
Merge pull request #22 from werdl/main
Floating window toggle
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,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 |
