From d1d722826ce93351a2dda5c7c625d46d811cc946 Mon Sep 17 00:00:00 2001 From: Pete Appleton Date: Sat, 10 Feb 2024 08:28:43 +0000 Subject: [PATCH] Correct typo in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 047dfe2..a059ee6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Commits are tested before pushing and will build against the hyprland release ** There may be a mismatch with hyprland's main branch. If hy3 fails to build against hyprland's main branch please make an issue or ping me in the [hy3 matrix room](https://matrix.to/#/#hy3-support:outfoxxed.me). -Tagged hy3 versions are always checked against the corrosponding hyprland tag. +Tagged hy3 versions are always checked against the corresponding hyprland tag. If you encounter any bugs, please report them in the issue tracker. @@ -122,7 +122,7 @@ isn't capable of locking hy3 builds to the correct hyprland version. > exec-once = hyprpm reload -n > ``` > -> in your hyprland.conf. (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.) +> in your hyprland.conf. (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.) To install hy3 via hyprpm run @@ -294,7 +294,7 @@ plugin { # 0 = always automatically split horizontally # = pixel height to split at trigger_height = # default: 0 - + # a space or comma separated list of workspace ids where autotile should be enabled # it's possible to create an exception rule by prefixing the definition with "not:" # workspaces = 1,2 # autotiling will only be enabled on workspaces 1 and 2