mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
added new options to dispatchers
This commit is contained in:
parent
2c473c70f6
commit
9534c39415
1 changed files with 4 additions and 4 deletions
|
@ -250,8 +250,8 @@ layout pages (See the sidebar)
|
||||||
| pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window |
|
| pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window |
|
||||||
| killactive | kills the active window | none |
|
| killactive | kills the active window | none |
|
||||||
| workspace | changes the workspace | workspace |
|
| workspace | changes the workspace | workspace |
|
||||||
| movetoworkspace | moves the focused window to a workspace | workspace |
|
| movetoworkspace | moves the focused window to a workspace | workspace OR `workspace,window` for a specific window |
|
||||||
| movetoworkspacesilent | same as above, but doesnt switch to the workspace | workspace |
|
| movetoworkspacesilent | same as above, but doesnt switch to the workspace | workspace OR `workspace,window` for a specific window |
|
||||||
| togglefloating | toggles the current window's floating state | none |
|
| togglefloating | toggles the current window's floating state | none |
|
||||||
| fullscreen | toggles the focused window's fullscreen state | 0 - real fullscreen (takes your entire screen), 1 - "maximize" fullscreen (keeps the gaps and bar(s)) |
|
| fullscreen | toggles the focused window's fullscreen state | 0 - real fullscreen (takes your entire screen), 1 - "maximize" fullscreen (keeps the gaps and bar(s)) |
|
||||||
| dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off` |
|
| dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off` |
|
||||||
|
@ -260,8 +260,8 @@ layout pages (See the sidebar)
|
||||||
| movewindow | moves the active window in a direction or to a monitor | direction or monitor |
|
| movewindow | moves the active window in a direction or to a monitor | direction or monitor |
|
||||||
| resizeactive | resizes the active window | resizeparams |
|
| resizeactive | resizes the active window | resizeparams |
|
||||||
| moveactive | moves the active window | resizeparams |
|
| moveactive | moves the active window | resizeparams |
|
||||||
| resizewindowpixel | resizes a selected window | resizeparams and a window, separated by a comma, e.g. `100 100,^(kitty)$ |
|
| resizewindowpixel | resizes a selected window | `resizeparams,window`, e.g. `100 100,^(kitty)$ |
|
||||||
| movewindowpixel | moves a selected window | resizeparams and a window, separated by a comma |
|
| 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) |
|
||||||
| focuswindow | focuses the first window matching | window |
|
| focuswindow | focuses the first window matching | window |
|
||||||
| focusmonitor | focuses a monitor | monitor |
|
| focusmonitor | focuses a monitor | monitor |
|
||||||
|
|
Loading…
Reference in a new issue