H3rmt / hyprswitch

A CLI/GUI that allows switching between windows in Hyprland
https://crates.io/crates/hyprswitch
MIT License
180 stars 5 forks source link

Layout of floating windows workspace -> tiled in hyprswitch #38

Open stinobook opened 4 months ago

stinobook commented 4 months ago

Hello,

I use floating windows instead of tiling and hyprswitch copies the whole floating layout in the hyprswitch overview as well.

Would it be possible to tile the hyprswitch icons ?

image

Thanks! Stino

H3rmt commented 3 months ago

Hyprswitch scales the real dimensions of the windows down by a factor of 7 and displays them in the GUI. This works most for Users with tiling windows as this Method uses the space in the most efficiently.

This of course does not work for users with many floating windows, but I don't know how to fix that, as I want to also see the floating windows float inside hyprswitch.

We could display them like the Windows Application Switcher, but that would require a lot of horizontal space, which is not available in the GUI when using many Workspaces.

stinobook commented 3 months ago

How about just adding an option so they show up 'tiled' in the workspace ? then it doesn't give issues with the rest of the layout ?

githubkuyaya commented 3 weeks ago

I second this, it would be awesome to have a Windows Application Switcher like mode. I use a lot of floating windows, so it'd be a nice addition. Nevertheless, it's still the best application out there so far for Hyprland, thanks a lot!

H3rmt commented 2 days ago

This will be tracked in #62 please leave your suggestions, examples, etc. there as this doesn't really reflect the way I use hyprland so some help from you would be appreciated.

@githubkuyaya @stinobook

H3rmt commented 2 days ago

The problem with the missing horizontal space has also been fixed in 3.0.0 with a CLI flag for the init command