TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

XMonad 0.13 released

181 pointsby ofabout 8 years ago

16 comments

kornishabout 8 years ago
Unreal – never knew XMonad was so small. It&#x27;s only 1650 lines of code!<p><pre><code> tedkornish : dev&#x2F;xmonad @ master :: cloc src 8 text files. 8 unique files. 0 files ignored. http:&#x2F;&#x2F;cloc.sourceforge.net v 1.64 T=0.03 s (244.6 files&#x2F;s, 95612.1 lines&#x2F;s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Haskell 8 446 1028 1653 ------------------------------------------------------------------------------- SUM: 8 446 1028 1653 -------------------------------------------------------------------------------</code></pre>
评论 #13704370 未加载
评论 #13704263 未加载
评论 #13705192 未加载
评论 #13705272 未加载
评论 #13704872 未加载
megawatthoursabout 8 years ago
XMonad hits a sweet spot no other window manager does for me:<p><pre><code> import XMonad.Config.Mate main = xmonad mateConfig </code></pre> and just like that I have XMonad running inside my mate desktop, without the need to manually configure a status bar for volume, wifi, keyboard input language, clock, etc.<p>I don&#x27;t even use tiling that much as I prefer to have one app per workspace, but just having focus-follows-mouse and the option to tile if I need it is really sweet.
评论 #13705345 未加载
评论 #13709337 未加载
kasbahabout 8 years ago
Jekor&#x27;s videos on the XMonad source code really helped me get into Haskell: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=63MpfyZUcrU&amp;index=3&amp;list=PLxj9UAX4Em-IBXkvcC3MycLlcxyoi7v8B" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=63MpfyZUcrU&amp;index=3&amp;list=PLx...</a>
评论 #13704938 未加载
wz1000about 8 years ago
My favorite part of XMonad is XMonad.Actions.Navigation2D[0], which allows you you use direction navigation via keybinding to switch between windows. A proof that the technique for this allows you to visit any window, no matter how they are arranged is given in this paper[1].<p>[0]- <a href="http:&#x2F;&#x2F;xmonad.org&#x2F;xmonad-docs&#x2F;xmonad-contrib&#x2F;XMonad-Actions-Navigation2D.html" rel="nofollow">http:&#x2F;&#x2F;xmonad.org&#x2F;xmonad-docs&#x2F;xmonad-contrib&#x2F;XMonad-Actions-...</a><p>[1]- <a href="https:&#x2F;&#x2F;web.cs.dal.ca&#x2F;~nzeh&#x2F;xmonad&#x2F;Navigation2D.pdf" rel="nofollow">https:&#x2F;&#x2F;web.cs.dal.ca&#x2F;~nzeh&#x2F;xmonad&#x2F;Navigation2D.pdf</a>
评论 #13704613 未加载
jiehongabout 8 years ago
Unfortunately, with Wayland growing, XMonad may no longer be possible[1].<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;xmonad&#x2F;xmonad&#x2F;issues&#x2F;38" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xmonad&#x2F;xmonad&#x2F;issues&#x2F;38</a>
评论 #13704766 未加载
评论 #13704449 未加载
binaryapparatusabout 8 years ago
In the past I have tried various tiling window managers but always reverted back to xmonad. I haven&#x27;t looked elsewhere for some time now.<p>Documentation is extraordinary and really easy to follow once I understood how to read it, years ago.<p>The only sore spot is monstrous GHC size, that compiler needs to get much smaller to be really good from all angles.
评论 #13705348 未加载
archgoonabout 8 years ago
An additional joke, likely unintentional (but who knows), is that the original Monads of Leibniz, were viewed as completely independent, &#x27;windowless&#x27;, objects that only seemed to interact with one another via God&#x27;s elaborate choreography, which he termed the &#x27;pre-established harmony&#x27; of the universe.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pre-established_harmony" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pre-established_harmony</a><p>XMonad of course, has windows.<p>And now for an actually funny joke about Leibniz:<p><a href="http:&#x2F;&#x2F;existentialcomics.com&#x2F;comic&#x2F;108" rel="nofollow">http:&#x2F;&#x2F;existentialcomics.com&#x2F;comic&#x2F;108</a>
ekiddabout 8 years ago
I&#x27;m glad to see a new release of XMonad! Two questions:<p>1. Is there any way to use XMonad but keep the standard Ubuntu menu bar for access to desktop menus? This used to be possible with older Gnome desktops, but it had gotten increasingly harder in recent years.<p>2. Does XMonad work well on Retina&#x2F;HiDPI displays? A year or two ago, it still had lots of rough edges.
评论 #13705378 未加载
评论 #13705309 未加载
评论 #13709254 未加载
flurdyabout 8 years ago
I&#x27;m a heavy user of Amethyst, the Xmonad-inspired tiling for OSX&#x2F;MacOS (<a href="https:&#x2F;&#x2F;github.com&#x2F;ianyh&#x2F;Amethyst" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ianyh&#x2F;Amethyst</a>) on my laptops.<p>And are disappointed when using my Ubuntu desktop of the lack of simple tiling inside Unity. In my ancient fvwm and kde days there were more options.<p>I don&#x27;t want to change my whole windows manager to Xmonad or i3, as I try to keep my setups fairly vanilla (as I use a lot of different machines&#x2F;VMs and need a quick setup), but adding an unintrusive simple tiling option would be nice.<p>I have tried X Tile which is ok, but crashes too often and also moves full screened windows from my 2nd monitor onto my main monitor which is annoying.
评论 #13705463 未加载
Sembianceabout 8 years ago
I used XMonad for many, many years. During these years it served me well and I really loved it. However I switched to AwesomeWM about 2 years ago and couldn&#x27;t be happier. I was able to easily make Awesome behave just like xmonad for parts I cared about, so the transition was pretty painless. Top 3 reasons I switched: 1. Multi monitor support is far better with awesome and it worked perfectly out of the box with my 3 displays. 2. Programs that were a bit glitchy under xmonad had no such glitches under awesome. 3. LUA configuration files make it far easier for me to customize behavior and extended it. With Xmonad&#x27;s Haskell I always felt like a noob.
评论 #13704968 未加载
评论 #13705419 未加载
评论 #13704970 未加载
k__about 8 years ago
Is there a good tiling manager for heavy mouse users?<p>I tried i3 and found the basic concept nice, but it required keyboard shortcuts en masse.
评论 #13704965 未加载
评论 #13704704 未加载
评论 #13704797 未加载
评论 #13704618 未加载
评论 #13704738 未加载
评论 #13704900 未加载
评论 #13704829 未加载
评论 #13706102 未加载
评论 #13705021 未加载
评论 #13712486 未加载
评论 #13704894 未加载
djfmabout 8 years ago
Hallelujah the [1]missing dropdowns are fixed!<p>Long live the best WM ever!<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;xmonad&#x2F;xmonad&#x2F;issues&#x2F;42" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xmonad&#x2F;xmonad&#x2F;issues&#x2F;42</a>
评论 #13705518 未加载
samdoshiabout 8 years ago
There is a (recent) video from Ethan Schoonover demonstrating his config.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=70IxjLEmomg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=70IxjLEmomg</a>
abhixecabout 8 years ago
XMonad is moving really fast. It was on 0.11 for quiet sometime and now it it 0.13. Love&#x2F;Miss XMonad, since I use mac work. One of the reason s I want to get a Linux machine for personal use.
ahstroabout 8 years ago
I&#x27;ve been thinking of trying XMonad for a while, and looks like this is the opportune time. Anyone know if there&#x27;s an easy &quot;switch to last used window&quot; functionality?
评论 #13706697 未加载
评论 #13704372 未加载
wiiitttttabout 8 years ago
Does anyone know of a good tiling WM for Windows?
评论 #13705327 未加载
评论 #13708245 未加载