Hylke Hellinga
Hylke Hellinga
--all is not a flag it supports. But here is my hyprctl monitors: ``` Monitor eDP-1 (ID 0): [email protected] at 0x0 description: AU Optronics 0x319D 0x22EAA7AA make: AU Optronics model:...
I'll try to find the relevant code in hyprland where this is being done, so we can have a example on how to implement this in this plugin. I'm willing...
I just found the code in hyprland responsible for changing the focus to the correct monitor: https://github.com/hyprwm/Hyprland/blob/main/src/Compositor.cpp#L1796 Is it possible we do something similar for: split-changemonitor? EDIT: Checkout: https://github.com/hyprwm/Hyprland/blob/main/src/Compositor.cpp#L2070 It...
> Did you read my edit? I'm wondering whether it's worth implementing something like that in the plugin when it should really be possible natively in Hyprland. well the fact...
I created a fork, I'm testing whether it is fixed now.
I created a PR that should solve this issue: https://github.com/Duckonaut/split-monitor-workspaces/pull/210
I actually agree with you a lot in this sense, if there is no way to move a window from one monitor to the next, that should be part of...
I found out through the docs and discord that this already exists within hyprland, you can literally do: ``` bind = SUPER SHIFT, left, movewindow, mon:l bind = SUPER SHIFT,...
I'm sorry my communication skills are a bit lacking. I wasn't very clear about that. What I meant was: since we are using monitor ID's to check which monitor is...