Skip to content

Commit

Permalink
feat: hist option for cyclenext dispatcher (#954)
Browse files Browse the repository at this point in the history
Co-authored-by: Крылов Александр <aleksandr.krylov@hyperus.team>
  • Loading branch information
Truenya and Крылов Александр authored Feb 3, 2025
1 parent c1fa44e commit 59d4de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ layout pages (See the sidebar).
| moveactive | moves the active window | resizeparams |
| resizewindowpixel | resizes a selected window | `resizeparams,window`, e.g. `100 100,^(kitty)$` |
| movewindowpixel | moves a selected window | `resizeparams,window` |
| cyclenext | focuses the next window (on a workspace, if `visible` is not provided) | none (for next) or `prev` (for previous) additionally `tiled` for only tiled, `floating` for only floating. `prev tiled` is ok. `visible` for all monitors cycling. `visible prev floating` is ok |
| cyclenext | focuses the next window (on a workspace, if `visible` is not provided) | none (for next) or `prev` (for previous) additionally `tiled` for only tiled, `floating` for only floating. `prev tiled` is ok. `visible` for all monitors cycling. `visible prev floating` is ok. if `hist` arg provided - focus order will depends on focus history. All other modifiers is also working for it, `visible next floating hist` is ok. |
| swapnext | swaps the focused window with the next window on a workspace | none (for next) or `prev` (for previous) |
| tagwindow | apply tag to current or the first window matching | `tag [window]`, e.g. `+code ^(foot)$`, `music` |
| focuswindow | focuses the first window matching | window |
Expand Down

0 comments on commit 59d4de6

Please sign in to comment.