From b488fb9ff1e4f0186d8c074ced593cad37bac5c1 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 15 Dec 2023 00:37:11 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef9b12..2e4f3eb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This plugin changes the behavior of the `togglegroup` dispatcher for dwindle lay > [!IMPORTANT] > dwindle-autogroup follows hyprland-git and requires hyprland-git to work properly. -> If you want to use a versioned hyprland, you'll have to reset hyprland-plugins +> If you want to use a versioned hyprland, you'll have to reset dwindle-autogroup > to a commit from before that hyprland version's release date. Before Hyprland `v0.23.0beta`, this groupping behavior was actually the default behavior ([PR #1580](https://github.com/hyprwm/Hyprland/pull/1580)), however as that release introduced group support for other layouts, including floating windows, this dwindle specific feature was removed and `togglegroup` now only creates a group window, and requires you to move in all of the windows that should be a part of that group into it manually.