mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
Expand on window matching (#587)
This commit is contained in:
parent
9cab37c998
commit
d4121fb7dc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ layout pages (See the sidebar).
|
|||
|
||||
| Param type | Description |
|
||||
| --- | --- |
|
||||
| window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address, `floating`, `tiled` |
|
||||
| window | a window. Any of the following: class regex (by default, optionally `class:`), `initialclass:` initial class regex, `title:` title regex, `initialtitle` initial title regex, `pid:` the pid, `address:` the address, `activewindow` an active window, `floating` the first floating window on the current workspace, `tiled` the first tiled window on the current workspace |
|
||||
| workspace | see below. |
|
||||
| direction | `l` `r` `u` `d` left right up down |
|
||||
| monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) |
|
||||
|
|
Loading…
Reference in a new issue