hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.06k stars 32 forks source link

Allow pinning a floating window so it appears on all workspaces. #54

Closed ghost closed 2 years ago

ghost commented 2 years ago

Bspwm allows pinning a floating window so it appears on all workspaces/travels with you when you switch. This is very useful when you're, for example, watching something in mpv whilst doing something else. I like to keep mpv open in a floating, smaller window, whilst working on something. Being able to pin it so it follows me when I switch workspaces and have it appear always on top/above other windows is wonderful. Similar to picture-in-picture on televisions.

vaxerski commented 2 years ago

added in 83d69cb233288a95d79bc5ae97c14e405e414c3a

ghost commented 2 years ago

Thanks. What's the config command?

vaxerski commented 2 years ago

pin dispatcher. it's on the wiki

ghost commented 2 years ago

Thanks, that works. I don't think it is in the wiki, though. At least I can't see it in the dispatcher list.

vaxerski commented 2 years ago

fixed