I'm looking at it from a distance, trying to find some free time to play. A couple of questions: 1. They mention "Gnome compatibility" and "KDE compatibility" on their page. Why? I thought this window manager is supposed to be used instead of gnome/KDE, no? 2. On some screenshots you can clearly see overlapping windows, i.e. not all of them are always tiled? Thanks!
Xmonad 0.9 released The light, reliable, extensible tiling window manager
31–40 of 50 posts
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#32I'm looking at it from a distance, trying to find some free time to play. A couple of questions: 1. They mention "Gnome compatibility" and "KDE compatibility" on their page. Why? I thought this window manager is supposed to be used instead of gnome/KDE, no? 2. On some screenshots you can clearly see overlapping windows, i.e. not all of them are always tiled? Thanks!
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#33Earlier quoted context omitted.
> They have lots of example configurations you can just copy. Sure, you can do that. But then you also have to take the time to understand THAT config (which, isn't even optimized for _YOU_, to begin with) and get USED to that . . . >I agree that at first it seems like it's going to be a huge hassle to setup but it's really not that bad after you've done it once. You also have to invest time in understanding how the…
Just pretend it's not configurable. Now it's like all the other window managers. Also, stop calling tiling window managers "twm". "twm" is a specific window manager that comes with X. (Now there's a hard-to-use window manager.) Finally, what problems were you having? If you just didn't like it, say so.
Currently my xmonad.hs looks like this:
import XMonad
import XMonad.Config.Gnome
main = xmonad gnomeConfig
{ modMask = mod4Mask
}
Works perfectly for me, no hassle required.Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#34I'm looking at it from a distance, trying to find some free time to play. A couple of questions: 1. They mention "Gnome compatibility" and "KDE compatibility" on their page. Why? I thought this window manager is supposed to be used instead of gnome/KDE, no? 2. On some screenshots you can clearly see overlapping windows, i.e. not all of them are always tiled? Thanks!
You can do that if you want to, and most choose to. But there's good reason to not to:
I, for example, prefer not to spend a couple hours setting up dzen or xmobar in all their multifarious complexity & ability, getting the features right, setting up the colors to match my current GTK theme, etc. when I could just continue to use Gnome status-bar. (Gnome may have its issues, but I have no problem with the status bar.) Not to mention that running inside a Gnome session means you get a decent window manager, but also you get all the stuff Gnome usually does like printer support or device management. You could figure out how to do that independent of Gnome, but I don't consider that a good use of time.
> 2. On some screenshots you can clearly see overlapping windows, i.e. not all of them are always tiled?
You mean the floating layer? Windows are either tiled, or floating; floating is for things like Firefox dialogues which don't make sense to push into the tiled arrangement.
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#35Did you know that Windows 1.0 was a tiling window "manager"? Windows couldn't overlap for fear that Apple might sue Microsoft over the look and feel: http://www.microsoft.com/windows/winhistorydesktop.mspx
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#36Earlier quoted context omitted.
Just pretend it's not configurable. Now it's like all the other window managers. Also, stop calling tiling window managers "twm". "twm" is a specific window manager that comes with X. (Now there's a hard-to-use window manager.) Finally, what problems were you having? If you just didn't like it, say so.
>Just pretend it's not configurable. Now it's like all the other window managers. Currently my xmonad.hs looks like this: import XMonad import XMonad.Config.Gnome main = xmonad gnomeConfig { modMask = mod4Mask } Works perfectly for me, no hassle required.
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#37Earlier quoted context omitted.
Have you used ion or awesome? How is xmonad compared to those?
Awesome got its name from the sound you make when it crashes and takes your entire X session with it. "Awesome."
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#38Earlier quoted context omitted.
Many kudos to dons for creating an awesome twm, but I don't think it's a good investment of time for the HN userbase (i.e., the young start-ups who just want to get their thing working and up, whatever be that 'thing'). Xmonad is hard to configure and set up, and hard to work with. I'd rather stick with gnome and have everything Just Work. But, that's just my opinion.
It's true. Eating is a waste of time, sleeping is a waste of time, interacting with other people is a waste of time, posting to HN is a waste of time, talking about things that are a waste of time is a waste of time, wasting time is a waste of time. Your startup is, statistically, probably a waste of time. But we do it anyway. I have spent a bit of time configuring Xmonad, but the configuration has lasted me for 2+ y…
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#39Xmonad is awesome. I run it (with urxvtd) inside X11.app as a terminal/iterm + tmux/screen replacement.
It's one of the reasons I'm switching back to Linux (from OS X) with my next computer purchase. Xmonad controlling my X-apps and the native OS X window manager controlling everything else is just unpleasant.
Re: Xmonad 0.9 released The light, reliable, extensible tiling window manager
#40Xmonad is awesome. I run it (with urxvtd) inside X11.app as a terminal/iterm + tmux/screen replacement.
It's one of the reasons I'm switching back to Linux (from OS X) with my next computer purchase. Xmonad controlling my X-apps and the native OS X window manager controlling everything else is just unpleasant.
My current setup works good enough for now though; I'm pretty much working in "modes"; stay pretty focused on isolated tasks (either designing stuff in PhotoShop and Illustrator, watching a movie or coding in vim and running tests in a terminal .. alas, I have to switch to a browser to check stuff every once in a while).
EDIT: Added a quotation mark.