mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
minor changes
This commit is contained in:
parent
5e11c94781
commit
2b0e1addf1
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ three_param_keyword=A,B,C # OK
|
|||
three_param_keyword=A,C # NOT OK
|
||||
|
||||
three_param_keyword=A,,C # OK
|
||||
|
||||
three_param_keyword=A,B, # OK
|
||||
```
|
||||
|
||||
{{< /hint >}}
|
||||
|
@ -289,7 +291,7 @@ layout pages (See the sidebar)
|
|||
| workspace | changes the 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 OR `workspace,window` for a specific window |
|
||||
| togglefloating | toggles the current window's floating state | none / `active` for current, or `window` for a specific window |
|
||||
| togglefloating | toggles the current window's floating state | left empty / `active` for current, or `window` for a specific window |
|
||||
| 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` |
|
||||
| pseudo | toggles the focused window's pseudo mode | none |
|
||||
|
|
Loading…
Reference in a new issue