Hyprland
Hyprland copied to clipboard
Add a dispatcher for manually triggering swallowing
Discussion link
https://github.com/hyprwm/Hyprland/discussions/9882
Description
Add a dispatcher that looks for a parent of the window, and swallows it, on demand. (as opposed to always via the swallow feature)
rather than being a new dispatcher, can't this be a breaking change to the existing toggleswallow (maybe making it require an extra arg, something like toggleswallow 1)
Or just simply make it work on both enable_swallow = true and false <- on false it just wouldn't swallow automatically.
this would be better off as a new flag to toggleswallow