mixu / nwm

Tiling window manager for X11 written in Node.js
http://mixu.net/nwm/
MIT License
789 stars 72 forks source link

Bottom stack tiling: tweak position of newly added window #20

Open mixu opened 12 years ago

mixu commented 12 years ago

Right now, when you use bottom stack tiling and add a new window:

[       1       ]
[   2   ] [  3  ]

becomes

[      New      ]
[ 1 ] [ 2 ] [ 3 ]

Would be nicer if the result would be

[       1       ]
[ 2 ] [ 3 ] [ N ]

since I usually put a terminal window on top and want it to stay there.

ashnur commented 12 years ago

When I open a new skype chat window, it not only does this, but it also switches the screen, showing the new window(which follows the above-described stacking of the starting screen) over the windows of the screen it switched on.