diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-07-17 18:49:59 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-07-17 18:49:59 +0100 |
| commit | 26a1b7926a73592192e98f7238f14adee1758ccf (patch) | |
| tree | d3d31898bedd97d6fc72e5a7c55e1dea2746df40 /README.md | |
| parent | 13ba153eb9c602d2e4e0641fafd7945810fe5997 (diff) | |
add start_fullscreen
now windows specifed can by default start fullscreened.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ The file uses a `key : value` format. Lines starting with `#` are ignored. | `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. Multiple entries should be comma-seperated. Optionally, entries can be enclosed in quotes.| +| `start_fullscreen` | String | `"st"` | Starts specified windows that should start fullscreened. Enclosed in quotes and comma-seperated| | `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.). | |
