Files
hyprland-toggle-tiling/README.org

38 lines
1.2 KiB
Org Mode
Raw Normal View History

2025-06-10 17:10:32 +02:00
#+TITLE: hyprland-toggle-tiling
#+AUTHOR: Your Name
#+OPTIONS: toc:nil
* hyprland-toggle-tiling
2025-06-11 09:55:07 +02:00
A simple program to toggle tiling and floating modes for windows in the Hyprland Wayland compositor.
2025-06-10 17:10:32 +02:00
[[./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.
2025-06-11 09:55:07 +02:00
- 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.
2025-06-10 17:10:32 +02:00
* Compiling
1. Clone this repository:
#+BEGIN_SRC shell
git clone https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git
#+END_SRC
2. Build the projects:
#+BEGIN_SRC shell
cd build/
cmake --build .
#+END_SRC
3. Bind the script to a key in your Hyprland config:
#+BEGIN_SRC conf
bind = $mod + t, exec, /path/to/htt
#+END_SRC
Or just [[https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling/releases/tag/1.0][download the release]].