pytyle3 icon indicating copy to clipboard operation
pytyle3 copied to clipboard

Feature request: manual placement

Open lenod opened this issue 12 years ago • 3 comments

As a new feature, I would love to be able to switch the placement of two windows just by grabbing one onto the other, or to be able to decrease/increase the master window by alt+RightClick.

You can find an illustratuion of this feature in awesome-wm.

lenod avatar Jul 23 '13 13:07 lenod

I would love to be able to switch the placement of two windows just by grabbing one onto the other

I can't remember if this is a feature in pytyle2 or not. It would be nice to have, but I'm not actively developing pytyle3 any more. (I'm using Wingo in lieu of Openbox/pytyle.)

or to be able to decrease/increase the master window by alt+RightClick.

You might be able to setup a mouse binding with some other program that then uses xdotool to issue your pytyle3 keybinding.

BurntSushi avatar Jul 23 '13 13:07 BurntSushi

Thanks for the answer. It is not a feature in pytyle2.

Adding layer over pytyle/window manager is kind of dirty and I think that this wouldn't be straightforward.

lenod avatar Jul 23 '13 14:07 lenod

Indeed it would not be straight-forward. Part of the problem with the pytyle programs is that much of the effort that goes into developing them is spent fighting with the window manager. This exponentially increases as the features get more complex. :-) (This is partly why the pytyle2 code base is so much bigger than pytyle3.)

BurntSushi avatar Jul 23 '13 15:07 BurntSushi