diff --git a/content/Configuring/Binds.md b/content/Configuring/Binds.md index 32bacb05..1f98bcd4 100644 --- a/content/Configuring/Binds.md +++ b/content/Configuring/Binds.md @@ -91,7 +91,7 @@ hyprctl keyword unbind SUPER, O ``` {{< callout type=info >}} -In `unbind`, key is case-sensitve It must exactly match the case of the `bind` you are unbinding. +In `unbind`, key is case-sensitive It must exactly match the case of the `bind` you are unbinding. ```ini bind = SUPER, TAB, workspace, e+1 diff --git a/content/Configuring/Monitors.md b/content/Configuring/Monitors.md index 56dfb281..4bafe77d 100644 --- a/content/Configuring/Monitors.md +++ b/content/Configuring/Monitors.md @@ -241,7 +241,7 @@ hdredid - same as hdr with edid primaries (experimental) Fullscreen HDR is possible without hdr `cm` setting if `render:cm_fs_passthrough` is enabled. -Use `sdrbrightness, B` and `sdrsaturation, S` to control SDR brighness and saturation in HDR mode. The default for both values is `1.0`. Typical brightness value should be in `1.0 ... 2.0` range. +Use `sdrbrightness, B` and `sdrsaturation, S` to control SDR brightness and saturation in HDR mode. The default for both values is `1.0`. Typical brightness value should be in `1.0 ... 2.0` range. ```ini monitor = eDP-1, 2880x1800@90, 0x0, 1, bitdepth, 10, cm, hdr, sdrbrightness, 1.2, sdrsaturation, 0.98 diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index 8d50edce..db22d40c 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -442,7 +442,7 @@ _Subcategory `misc:`_ | render_unfocused_fps | the maximum limit for renderunfocused windows' fps in the background (see also [Window-Rules](../Window-Rules/#dynamic-rules) - `renderunfocused`)| int | 15 | | disable_xdg_env_checks | disable the warning if XDG environment is externally managed | bool | false | | disable_hyprland_qtutils_check | disable the warning if hyprland-qtutils is not installed | bool | false | -| lockdead_screen_delay | delay after which the "lockdead" screen will apear in case a lockscreen app fails to cover all the outputs (5 seconds max) | int | 1000 | +| lockdead_screen_delay | delay after which the "lockdead" screen will appear in case a lockscreen app fails to cover all the outputs (5 seconds max) | int | 1000 | | enable_anr_dialog | whether to enable the ANR (app not responding) dialog when your apps hang | bool | true | | anr_missed_pings | number of missed pings before showing the ANR dialog | int | 1 | diff --git a/content/Configuring/Window-Rules.md b/content/Configuring/Window-Rules.md index 6f19bd48..7489d20e 100644 --- a/content/Configuring/Window-Rules.md +++ b/content/Configuring/Window-Rules.md @@ -127,7 +127,7 @@ It is not possible to `float` (or any other static rule) a window based on a cha | persistentsize | Allows size persistence between application launches for floating windows. | | fullscreenstate \[internal\] \[client\] | Sets the focused window's fullscreen mode and the one sent to the client, where internal and client can be `0` - none, `1` - maximize, `2` - fullscreen, `3` - maximize and fullscreen. | | move \[x\] \[y\] | Moves a floating window (`x, y` -> int or %, e.g. `100` or `20%`.
You are also allowed to do `100%-` for the right/bottom anchor, e.g. `100%-20`. In addition, the option supports the subtraction of the window's size with `100%-w-`, e.g. `100%-w-20`. This results in a gap at the right/bottom edge of the screen to the window with the defined subtracted size).
Additionally, you can also do `cursor [x] [y]` where x and y are either pixels or percent. Percent is calculated from the window's size. Specify `onscreen` before other parameters to force the window into the screen (e.g. `move onscreen cursor 50% 50%`) | -| size \[w\] \[h\] | Resizes a floating window (`w, h` -> int or %, e.g. `1280, 720` or `50%, 50%`.
`<` and `>` may also be prefixed in conjuction, to specify respectively the maximum or minimum allowed size. (e.g. `<1280` or `<40%` -> maximum size, `>300` or `>10%` -> minimum size).
Note that int values in pixels will be scaled by your monitor's scaling factor. | +| size \[w\] \[h\] | Resizes a floating window (`w, h` -> int or %, e.g. `1280, 720` or `50%, 50%`.
`<` and `>` may also be prefixed in conjunction, to specify respectively the maximum or minimum allowed size. (e.g. `<1280` or `<40%` -> maximum size, `>300` or `>10%` -> minimum size).
Note that int values in pixels will be scaled by your monitor's scaling factor. | | center (\[opt\]) | If the window is floating, will center it on the monitor. Set opt to `1` to respect monitor reserved area. | | pseudo | Pseudotiles a window. | | monitor \[id\] | Sets the monitor on which a window should open. `id` can be either the id number or the name (e.g. `1` or `DP-1`). | diff --git a/content/FAQ/_index.md b/content/FAQ/_index.md index 0a35b8d4..9bb76008 100644 --- a/content/FAQ/_index.md +++ b/content/FAQ/_index.md @@ -397,7 +397,7 @@ Steam has its own file picker, however, it's not functional. Install It seems there is a Kernel bug making the system think there is an extra phantom monitor, that causes all sorts of issues, crashes and weird behaviors -like disapearing workspaces or clients when adding or removing an external +like disappearing workspaces or clients when adding or removing an external monitor. First check the list of monitors detected by Hyprland by running: diff --git a/content/Getting Started/Installation.md b/content/Getting Started/Installation.md index 231d79a9..856538d3 100644 --- a/content/Getting Started/Installation.md +++ b/content/Getting Started/Installation.md @@ -319,7 +319,7 @@ For detailed instructions on installing this build see {{% details title="Alpine*" closed="true" %}} Hyprland is currently available in Alpine's [community repository](https://wiki.alpinelinux.org/wiki/Repositories#Community) -and it is maintaned by the community. +and it is maintained by the community. The following command will install hyprland and its dependencies. diff --git a/content/Hypr Ecosystem/hyprlang.md b/content/Hypr Ecosystem/hyprlang.md index c106871b..e006dae6 100644 --- a/content/Hypr Ecosystem/hyprlang.md +++ b/content/Hypr Ecosystem/hyprlang.md @@ -156,7 +156,7 @@ If you want to have a `\` before a real expression someVariable = \\{{VAR1 + 10}} ``` -If you want to have an `\` before any of the escapable charecters +If you want to have an `\` before any of the escapable characters ```ini someOtherVariable = \\{ hello \\} ``` diff --git a/content/Nvidia/_index.md b/content/Nvidia/_index.md index dfa005eb..eda1d7e9 100644 --- a/content/Nvidia/_index.md +++ b/content/Nvidia/_index.md @@ -34,7 +34,7 @@ proprietary Nvidia drivers. According to [Nvidia](https://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/), the open source kernel modules are also recommended to be used by the -architechtures Turing and Ampere. In short, this includes the 16xx and 20xx +architectures Turing and Ampere. In short, this includes the 16xx and 20xx series of consumer cards and later. Your mileage may vary, so please try both of them if your card is supported by both. diff --git a/content/Useful Utilities/Must-have.md b/content/Useful Utilities/Must-have.md index bdf75192..b3ac452c 100644 --- a/content/Useful Utilities/Must-have.md +++ b/content/Useful Utilities/Must-have.md @@ -11,7 +11,7 @@ not, as you might want to use something else. ### A notification daemon -_Starting method:_ Automatically, via D-Bus activation, when a notification is emmitted. Alternatively, `exec-once` entry inside `hyprland.conf` can be used. The latter might be preferable, if there are several notification daemons installed on your system. +_Starting method:_ Automatically, via D-Bus activation, when a notification is emitted. Alternatively, `exec-once` entry inside `hyprland.conf` can be used. The latter might be preferable, if there are several notification daemons installed on your system. Many apps (e.g. Discord) may freeze without one running. diff --git a/content/Useful Utilities/Status-Bars.md b/content/Useful Utilities/Status-Bars.md index 202e2559..6b00e5dd 100644 --- a/content/Useful Utilities/Status-Bars.md +++ b/content/Useful Utilities/Status-Bars.md @@ -17,7 +17,7 @@ To start configuring, copy the configuration files from `/etc/xdg/waybar/` into `~/.config/waybar/`. To use the workspaces module, replace all the occurrences of `sway/workspaces` -with `hyprland/workspaces`. Addionally replace all occurences of `sway/mode` with `hyprland/submap` +with `hyprland/workspaces`. Additionally replace all occurrences of `sway/mode` with `hyprland/submap` For more info regarding configuration, see [The Waybar Wiki](https://github.com/Alexays/Waybar/wiki/Module:-Hyprland).