2025-06-10 14:55:27 +02:00
2025-06-10 17:10:32 +02:00
2025-06-11 09:55:07 +02:00

hyprland-toggle-tiling

hyprland-toggle-tiling

A simple program to toggle tiling and floating modes for windows in the Hyprland Wayland compositor.

./demo.gif

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

  1. Clone this repository:

    git clone https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git
  2. Build the projects:

    cd build/
    cmake --build .
  3. Bind the script to a key in your Hyprland config:

    bind = $mod + t, exec, /path/to/htt

Or just download the release.

Description
No description provided
Readme GPL-3.0 181 MiB
1.4.2 Latest
2026-04-10 16:19:48 +01:00
Languages
C++ 84.6%
CMake 8.9%
Nix 6.5%