mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-08 00:28:08 +02:00
dispatchers: add clear_tags
This commit is contained in:
parent
f28b04684e
commit
65557e724c
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ A monitor. Can be:
|
|||
| `center({ window? })` | center the current window on screen |
|
||||
| `cycle_next({ next?, tiled?, floating?, window? })` | focus the next window |
|
||||
| `tag({ tag, window? })` | tag a window |
|
||||
| `clear_tags({ window? })` | clear all tags from a window |
|
||||
| `toggle_swallow()` | toggle all swallowed windows visible |
|
||||
| `pin({ window? })` | pin a window |
|
||||
| `alter_zorder({ mode, window? })` | mode can be "top" or "bottom" |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue