d9d2a74f02e4c051c18f795606ed578f9e42a431
hyprland-toggle-tiling
hyprland-toggle-tiling
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.
Compiling
-
Clone this repository:
git clone https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git -
Build the projects:
cd build/ cmake --build . -
Bind the script to a key in your Hyprland config:
bind = $mod + t, exec, /path/to/htt
Or just download the release.
