mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention swapnext
This commit is contained in:
parent
e7a118c201
commit
178b8ebb97
2 changed files with 3 additions and 0 deletions
|
@ -300,6 +300,7 @@ layout pages (See the sidebar)
|
||||||
| resizewindowpixel | resizes a selected window | `resizeparams,window`, e.g. `100 100,^(kitty)$ |
|
| resizewindowpixel | resizes a selected window | `resizeparams,window`, e.g. `100 100,^(kitty)$ |
|
||||||
| movewindowpixel | moves a selected window | `resizeparams,window` |
|
| movewindowpixel | moves a selected window | `resizeparams,window` |
|
||||||
| cyclenext | focuses the next window on a workspace | none (for next) or `prev` (for previous) |
|
| cyclenext | focuses the next window on a workspace | none (for next) or `prev` (for previous) |
|
||||||
|
| swapnext | swaps the focused window with the next window on a workspace | none (for next) or `prev` (for previous) |
|
||||||
| focuswindow | focuses the first window matching | window |
|
| focuswindow | focuses the first window matching | window |
|
||||||
| focusmonitor | focuses a monitor | monitor |
|
| focusmonitor | focuses a monitor | monitor |
|
||||||
| splitratio | changes the split ratio | floatdelta |
|
| splitratio | changes the split ratio | floatdelta |
|
||||||
|
|
|
@ -32,6 +32,8 @@ You can, however, resize the master window.
|
||||||
| swapwithmaster | swaps the current window with master |
|
| swapwithmaster | swaps the current window with master |
|
||||||
| cyclenext | focuses the next window respecting the layout |
|
| cyclenext | focuses the next window respecting the layout |
|
||||||
| cycleprev | focuses the previous window respecting the layout |
|
| cycleprev | focuses the previous window respecting the layout |
|
||||||
|
| swapnext | swaps the focused window with the next window respecting the layout |
|
||||||
|
| swapprev | swaps the focused window with the previous window respecting the layout |
|
||||||
|
|
||||||
{{< hint type=info >}}
|
{{< hint type=info >}}
|
||||||
example usage:
|
example usage:
|
||||||
|
|
Loading…
Reference in a new issue