sopa0 / hyprsome

Awesome-like workspaces for Hyprland
Other
249 stars 13 forks source link

Add the ability to move windows between monitors #3

Open czettnersandor opened 1 year ago

czettnersandor commented 1 year ago

One thing I missed from this little tool is the ability to move windows between monitors, so I implemented it. This is the first time I work publicly with Rust, so I'm hoping you could review it and find it useful before merging upstream.

sopa0 commented 1 year ago

Thanks for the pr, haven't had much time to maintain the project lately, will check it later today

sopa0 commented 1 year ago

Alright, I added checks for top and bottom monitor on my last commit to master Can you please add code to move clients between monitors vertically ?

czettnersandor commented 1 year ago

Done. It works with my 2 monitors, but I'm not sure what would happen with 4 monitors in 2 rows. DWM does not have this concept, it's just monitor numbers in a linear setup.