From 3f3aafa5ca4448de8fc9a4fc863a8a4e402b797d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Wed, 11 Jun 2025 12:31:33 +0200 Subject: [PATCH] Updated README --- README.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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]].