baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.72k stars 415 forks source link

Resize tiled windows with mouse (without modifier key) #597

Open Chrysostomus opened 7 years ago

Chrysostomus commented 7 years ago

I noticed that you can move gtk3 applications by grabbing them by the header bar - if they are floating. You can also resize them by dragging them by the borders, just like in any floating wm.

Would it be feasible to make this work also with tiled windows? It seems to me that these windows must be sending some sort of size/position hints to X. Maybe a setting to let tiled windows take the same hints? Or if someone knows how to listen to the hints those windows are sending, this should be fairly easy to script too.

astroanax commented 3 years ago

So ... is this going to be closed?