mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Rename Advanced and Basic config to Keywords and Variables
This commit is contained in:
parent
c2143ecbac
commit
2784ddbf8a
2 changed files with 6 additions and 7 deletions
|
@ -21,7 +21,7 @@ three_param_keyword=A,B, # OK
|
|||
# Table of contents
|
||||
{{< toc format=html >}}
|
||||
|
||||
## Workspaces
|
||||
# Workspaces
|
||||
|
||||
You have seven choices:
|
||||
|
||||
|
@ -44,7 +44,7 @@ You have seven choices:
|
|||
`movetoworkspace`. Any other dispatcher will result in undocumented behavior.
|
||||
{{< /hint >}}
|
||||
|
||||
### Special Workspace
|
||||
## Special Workspace
|
||||
|
||||
Special workspace is what is called a "scratchpad" in some other places. A
|
||||
workspace that you can toggle on/off on any monitor.
|
||||
|
@ -54,7 +54,7 @@ You cannot have floating windows in the Special workspace. Making a window float
|
|||
will send it to the currently active *real* workspace.
|
||||
{{< /hint >}}
|
||||
|
||||
### Workspace options
|
||||
## Workspace options
|
||||
```
|
||||
allfloat -> makes all new windows floating (also floats/unfloats windows on toggle)
|
||||
allpseudo -> makes all new windows pseudo (also pseudos/unpseudos on toggle)
|
|
@ -1,9 +1,8 @@
|
|||
For basic syntax info, see
|
||||
[Master Configuring](../Configuring-Hyprland).
|
||||
[Configuring Hyprland](../Configuring-Hyprland).
|
||||
|
||||
This page documents all the "options" of Hyprland. For binds, monitors, execs,
|
||||
curves, etc. see
|
||||
[Advanced Configuring](../Advanced-config).
|
||||
This page documents all the "options" of Hyprland. For binds, monitors, animations,
|
||||
etc. see the sidebar. For anything else, see [Keywords](../Keywords).
|
||||
|
||||
Please keep in mind some options that are layout-specific will be documented in
|
||||
the layout pages and not here. (See the Sidebar)
|
Loading…
Reference in a new issue