diff --git a/README.org b/README.org index 807e5ad..7747782 100644 --- a/README.org +++ b/README.org @@ -11,11 +11,14 @@ A simple program to toggle tiling and floating modes for windows in the Hyprland * Features - Quickly switch between tiling and floating modes for all windows on the active workspace. -- Lightweight and easy to integrate with your Hyprland setup. -- Useful for workflows that require both tiling and floating window management. - After switching, the program creates a hyprland config file to respect the new windowing mode. + Let's say you switched to tiling mode. From that point on, new windows will open in tiling mode as well. + Switch to floating mode again and newly opened windows will be in floating mode. +- Floating/tiling window rules are isolated among workspaces. You can set one workspace to be floating, and all the rest to tiling for example. +- Useful for workflows that require both tiling and floating window management. +- Lightweight and easy to integrate with your Hyprland setup. * Usage #+BEGIN_SRC shell @@ -51,4 +54,4 @@ A simple program to toggle tiling and floating modes for windows in the Hyprland cmake --build . #+END_SRC -Or just [[https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling/releases/tag/1.0][download the release]]. \ No newline at end of file +Or just [[https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling/releases/tag/1.0][download the release]].