Using Xmonad on OS X
wiki.haskell.org
Using Xmonad on OS X
1–10 of 56 posts
Re: Using Xmonad on OS X
#2Re: Using Xmonad on OS X
#3[0]: https://www.spectacleapp.com/ [1]: https://apple.stackexchange.com/questions/9659/what-window-m...
Re: Using Xmonad on OS X
#4Re: Using Xmonad on OS X
#5Re: Using Xmonad on OS X
#6The reasonable solution is to use one of the many native tiling applications for OSX. I personally use Spectacle[0], but there are many others[1]. They aren't xmonad, but then again OSX isn't Linux. [0]: https://www.spectacleapp.com/ [1]: https://apple.stackexchange.com/questions/9659/what-window-m...
Re: Using Xmonad on OS X
#7The reasonable solution is to use one of the many native tiling applications for OSX. I personally use Spectacle[0], but there are many others[1]. They aren't xmonad, but then again OSX isn't Linux. [0]: https://www.spectacleapp.com/ [1]: https://apple.stackexchange.com/questions/9659/what-window-m...
> The reasonable solution is to use one of the many native tiling applications for OSX.
As an i3 user (and former wmii user, and former xmonad user), I find it really frustrating to use tiling window management that doesn't support focus-follows-mouse. This rules out things like Spectacle, Divvy, etc. At a second level, I find that all of OS X's tiling applications have inferior support for workspaces on dual-monitor setups compared to i3/wmii[0] and xmonad.
Unfortunately, on Aqua (OS X), there's basically no way to do proper focus-follows-mouse support. There is one app that fakes it (I think Amethyst), but the latency is annoyingly high.
[0] heck, wmii has better support for workspaces on dual-monitor setups, which is saying something, because it literally doesn't have support for dual monitors at all - you can only run dual-head X11, which is a terrible hack.
Re: Using Xmonad on OS X
#8The only little glitch is that you need ghc to use it and that's a rather big dependency.
Re: Using Xmonad on OS X
#9https://github.com/koekeishiya/kwm
It's quite pretty: http://imgur.com/a/tWBSg
Re: Using Xmonad on OS X
#10The reasonable solution is to use one of the many native tiling applications for OSX. I personally use Spectacle[0], but there are many others[1]. They aren't xmonad, but then again OSX isn't Linux. [0]: https://www.spectacleapp.com/ [1]: https://apple.stackexchange.com/questions/9659/what-window-m...
I used xmonad a lot when I was using linux but haven't tried it out on OS X. I'll give this a try.