hyprwm / hyprland-plugins

Official plugins for Hyprland
BSD 3-Clause "New" or "Revised" License
459 stars 42 forks source link

Hyprexpo add vertical resolutions support #183

Open igorgue opened 2 weeks ago

igorgue commented 2 weeks ago

I use a vertically flipped monitor and hyprexpo shows horizontally.

You think you can add something that detects the orientation of a monitor transform,1?

vaxerski commented 2 weeks ago

probably, but it's not a priority heh, fucking with transforms is always a fiddly pain

igorgue commented 2 weeks ago

@vaxerski is there a way I can setup hyprexpo's bind to not work on that vertical monitor? Or only work on my main monitor which is horizontal, currently have this on my startup script.

hyprpm reload -n
sleep 5
hyprctl keyword bind "SUPER, escape, hyprexpo:expo, toggle"

sleep 5 is there because if you do it immediately it flashes a config error, my guess is that reload hasn't finished when I add the bind.

vaxerski commented 2 weeks ago

hyprctl monitors prints monitors and each has an active prop iirc