diff --git a/pages/Configuring/Configuring-Hyprland.md b/pages/Configuring/Configuring-Hyprland.md index 5d7d6f9..856a5dd 100644 --- a/pages/Configuring/Configuring-Hyprland.md +++ b/pages/Configuring/Configuring-Hyprland.md @@ -55,6 +55,6 @@ To configure the "options" of Hyprland, animations, styling, etc. see # Advanced configuring 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. diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 70f2e60..c4d290a 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -11,7 +11,7 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts) | type | description | |---|---| | 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 | | 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`) | diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index c6afef9..48007d3 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -4,7 +4,7 @@ # 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