hyprland-plugins/xtra-dispatchers/README.md

15 lines
667 B
Markdown
Raw Normal View History

2024-12-19 21:33:41 +01:00
# xtra-dispatchers
Adds some additional dispatchers to Hyprland.
## Dispatchers
2025-01-08 22:34:48 +01:00
All dispatchers here are called `plugin:xtd:name` e.g. `plugin:xtd:moveorexec`.
2024-12-19 21:33:41 +01:00
| name | description | params |
| -- | -- | -- |
| moveorexec | moves window to the current workspace, or executes if it's not found. `WINDOW` cannot contain commas | `WINDOW,CMD` |
| throwunfocused | throws all unfocused windows on the current workspace to the given workspace | `WORKSPACE` |
2025-01-08 22:34:48 +01:00
| bringallfrom | kinda inverse of throwunfocused. Bring all windows from a given workspace to the current one. | `WORKSPACE` |
| closeunfocused | close all unfocused windows on the current workspace. | none |