mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-29 16:05:58 +01:00
unbritishify
This commit is contained in:
parent
f1c830ab61
commit
74f69362da
3 changed files with 3 additions and 3 deletions
|
@ -55,6 +55,6 @@ To configure the "options" of Hyprland, animations, styling, etc. see
|
||||||
# Advanced configuring
|
# Advanced configuring
|
||||||
|
|
||||||
Some keywords (binds, curves, execs, monitors, etc.) are not variables but define
|
Some keywords (binds, curves, execs, monitors, etc.) are not variables but define
|
||||||
special behaviour.
|
special behavior.
|
||||||
|
|
||||||
See all of them in [Keywords](../Keywords) and the sidebar.
|
See all of them in [Keywords](../Keywords) and the sidebar.
|
||||||
|
|
|
@ -11,7 +11,7 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts)
|
||||||
| type | description |
|
| type | description |
|
||||||
|---|---|
|
|---|---|
|
||||||
| int | integer |
|
| int | integer |
|
||||||
| bool | boolean, `true` or `false` (`yes` or `no`, `on` or `off`, `0` or `1`) - any numerical value that is not `0` or `1` will cause undefined behaviour. |
|
| bool | boolean, `true` or `false` (`yes` or `no`, `on` or `off`, `0` or `1`) - any numerical value that is not `0` or `1` will cause undefined behavior. |
|
||||||
| float | floating point number |
|
| float | floating point number |
|
||||||
| color | color (see hint below for color info) |
|
| color | color (see hint below for color info) |
|
||||||
| vec2 | vector with 2 values (float), separated by a space (e.g. `0 0` or `-10.9 99.1`) |
|
| vec2 | vector with 2 values (float), separated by a space (e.g. `0 0` or `-10.9 99.1`) |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Window Rules V1
|
# Window Rules V1
|
||||||
|
|
||||||
You can set window rules to achieve different behaviours from the active container.
|
You can set window rules to achieve different behaviors from the active container.
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue