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.

Comparison of X Window Managers

85 pointsby _ofover 5 years ago

19 comments

derekp7over 5 years ago
I really wish the full potential of compositing window managers could have been fulfilled, instead of the tech behind them being used for mostly eye candy.<p>Here are two items that should be doable with compositing. First, when giving a presentation with an external monitor, I&#x27;d like to tag specific windows to be mirrored (and scaled, if appropriate) on the secondary monitor. That way I can still be messing with my instant messages or email in private (which you can&#x27;t do if you are mirroring your whole screen), yet be able to easily work with content that the audience is also viewing (by no having to shift my head from my laptop screen up to the projector all the time). This would be similar to using online meeting software where you share specific windows.<p>The second item, that you can sort of do now but not cleanly, is have multiple mice and keyboards, so that a mouse that selects a given window gives its associated keyboard input focus to that window. While the other mouse&#x2F;keyboard combo is working with a different window. This would be great for pair programming, especially with a multi-windowed shared buffer editor (like what Emacs can do).<p>You can do this now, with some editing in the X config file, but there is no indication on the screen which window currently is focused to which keyboard -- this can be accomplished with the WM changing the window border or title bar color as appropriate.
评论 #21292927 未加载
评论 #21295653 未加载
评论 #21292880 未加载
alxlazover 5 years ago
If anyone wants a trip down the memory lane, <a href="http:&#x2F;&#x2F;www.xwinman.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.xwinman.org&#x2F;</a> is still up.<p>A long, long time ago -- but still quite some time after it stopped being (too) regularly maintained -- I emailed Matt Chapman to ask him to include my WM in the list. He never answered, thank God, that was my first piece of non-trivial X11 code and it was absolutely gruesome, I don&#x27;t know what the hell I was thinking.
评论 #21292000 未加载
评论 #21292854 未加载
评论 #21292669 未加载
mseidlover 5 years ago
I was a long time KDE user, then went to light weight wm I switched around from fluxbox, openbox. Then I went to tiling window managers. Which is where I&#x27;m at today. I have a screen shot of my old xmonad setup.. <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;c4HGAEs.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;c4HGAEs.png</a><p>But now I&#x27;m using i3, as managing haskell crap is kind of a pita.
评论 #21292705 未加载
评论 #21292593 未加载
city41over 5 years ago
i3 is one of my favorite pieces of software. I’m currently writing a clone of it for ChromeOS (as best as the Chrome API will allow anyway).<p>I think it’s a shame you can’t get something like i3 on OSX or Windows. It’s a primary reason I stick to Linux.
评论 #21292656 未加载
评论 #21292776 未加载
评论 #21296071 未加载
评论 #21292506 未加载
manjanaover 5 years ago
I&#x27;ve used i3wm and quite liked it. Simple, efficient and easy to setup. I&#x27;d properly propose i3 for anyone wanting to taste what a tiling window manager is like. I don&#x27;t think it&#x27;s competitors are nearly as easily configurable but I only have experience with i3wm so I cannot say for sure.
评论 #21293227 未加载
phjesusthatguy3over 5 years ago
I&#x27;ve been using Awesome on Debian Stable for years. I haven&#x27;t configured it very much, and I mostly use it to keep everything full screen all the time. I&#x27;m sure at some point the X Window System will be completely abandoned and I&#x27;ll have to move on to something else, but I haven&#x27;t figured out what that something else is, just yet.
评论 #21292195 未加载
评论 #21292076 未加载
评论 #21297633 未加载
评论 #21292456 未加载
arethuzaover 5 years ago
I think I went:<p>twm -&gt; olwm -&gt; mwm<p>I then stopped faffing about with such things (after spending huge amounts of time getting configuration <i>just so</i>) and over the years started increasingly just to go with defaults for most things.
papermacheteover 5 years ago
XFCE has reportedly fixed screen tearing as of v4.14. Manjaro XFCE idle RAM usage is now &lt;800MB, no microstuttering or input lag.
评论 #21292068 未加载
评论 #21292627 未加载
swileyover 5 years ago
FVWM has a graphical configuration program. Also it has a window switching widget you can put in the tiny window with the pager and stuff.<p>I use cwm now though because it just gets out of the way and does it’s job.
评论 #21292611 未加载
airencrackenover 5 years ago
I used gnome2 for a while, then eventually moved to awesomewm when gnome-shell was announced, but I&#x27;ve settled on dwm as my wm of choice. It does what I want and nothing else.
hackbinaryover 5 years ago
My favourite X Window website has always been Kenton Lee&#x27;s: <a href="http:&#x2F;&#x2F;www.rahul.net&#x2F;kenton&#x2F;index.shtml" rel="nofollow">http:&#x2F;&#x2F;www.rahul.net&#x2F;kenton&#x2F;index.shtml</a><p>(from the &#x27;90&#x27;s anyway.)
mslaover 5 years ago
I have a basic environment I take with me across distros and across time: Window Maker, xterm, zsh, and Emacs. I have configuration files for all of them, and the combination makes me fairly insensitive to distro as long as it has a reasonable package repository and dependency-tracking package management.
joveianover 5 years ago
To pharaphase Tuomo Valkonen (creator of the tiling window manager ion), most of these should not be called window managers since they make you manage the windows.<p>I use ratpoison and GNU screen.<p>These wikipedia lists can be quite helpful, even if they are often out of date and incomplete.
nycthbrisover 5 years ago
I love the variety of styles and customizability. It’s really impressive to see some of the designs people have over at reddit.com&#x2F;r&#x2F;unixporn . I want to jump in but then realize how much of a time sink it can be.
__sover 5 years ago
I prefer <a href="https:&#x2F;&#x2F;github.com&#x2F;serprex&#x2F;nobox" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;serprex&#x2F;nobox</a> (which isn&#x27;t on wiki&#x27;s list)<p>Only using 3 pages of RAM is pretty good
ausjkeover 5 years ago
lxde worked well for me and memory footprint is totally good.<p>still the GUI for embedded linux device is lacking, Android unifies that but it&#x27;s more for phones loaded with a huge chunk of bloat-ware for other non-phone use cases.<p>I have been looking for embedded-linux-GUI for a long while, but I&#x27;m happy with gnome&#x2F;lxde on Desktops.
shmerlover 5 years ago
Wayland compositors is a more interesting topic.<p>So far quite a lot of work remains to bring them up to date.
Chmouelover 5 years ago
So no new windows manager after 2013?
chimichanggaover 5 years ago
Windowmaker.
评论 #21293091 未加载
评论 #21292708 未加载