jigish / slate

A window management application (replacement for Divvy/SizeUp/ShiftIt)
GNU General Public License v3.0
7.85k stars 510 forks source link

Automatic tiling #101

Open public opened 11 years ago

public commented 11 years ago

More xmonad-y style behaviour. At least something like xmonad's Tall (or a way to implement it using layouts or binds that popen() stuff) would be awesome.

jigish commented 11 years ago

Sounds interesting. I'll look in to it. From an initial glance it looks like this would be brand new implementation in Slate (nothing that I have currently seems like it can be leveraged except for moving windows) so it may take some time.

durdn commented 11 years ago

I would totally love this too. Having a tiling layout like Xmonad or dwm (http://dwm.suckless.org) would make Slate even more awesome.

tjomk commented 11 years ago

Upvoting this feature. That would me great!

fsrc commented 11 years ago

This would be the killer feature! Another example would be i3 wich is my WM of choice for Xorg.

netpro2k commented 11 years ago

Tyler window manager attempts to do this in OSX, but works very poorly. Since OSX does not have native support for alternative window managers, im afraid any attempt to act as a window manager will feel kludgy at best. Not saying it shouldn't be attempted, but just setting expectations. Perhaps there is some way to tie in at a lower level than what Tyler is doing...

ozanmakes commented 11 years ago

Another OS X window manager that implements automatic tiling is xnomad. I'd love to have this feature in slate!

leonardt commented 10 years ago

I have a js config file that allows for very basic automatic tiling. Doesn't always trigger on events (haven't figured out why yet) but does seem to work generally well, and triggers on a keybinding when it misses an event. Please contribute, I would love to make this more functional! There's also some support for not including popup windows, but I think it could be better.

https://github.com/leonardt/slate-auto

chdiza commented 10 years ago

I'd be wary of bloating slate with stuff like this. Amethyst (http://ianyh.com/amethyst) already does this pretty well.

leonardt commented 10 years ago

Oh that's great, surprised I hadn't seen that yet, thanks for the link

eedahl commented 7 years ago

Any news on this?