Live data from Hacker News

Ask HN: What's your Linux window manager and/or desktop environment?

news.ycombinator.com

41–50 of 60 posts

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#42

BSPWM I sometimes try to set up cinnamon, gnome, xfce, i3 or similar using the same keyboard shortcuts I use in my bspwm setup, but I always return to bspwm. Been using it for like 5 years now.

I'm also using bspwm after using awesomewm for years. Do you use any theme for GTK and/or KDE?

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#43
My traditional setup is Sawfish. No desktop environment, just Sawfish, xterm, emacs, and a browser. I still run this today on a Debian desktop at home and a RHEL VM at work. Occasionally I swap Sawfish for StumpWM (I have an old X220 around here where I thought a tiling WM would make better use of the tiny screen). Lately I also run MATE on Ubuntu for my laptop, having realized I can configure it to feel close enough to my old Sawfish setup.

I really don't like the idea of desktop environments. They aspire to control your whole computer, and replace all of your applications with their own - their own mail reader, their own media player, their own text editor, their own PDF viewer, etc. This has been my impression even since the 1.0 days of GNOME and KDE. They feel like a collection of shovelware.

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#45
I'm running Arch Linux with GNOME on Wayland. It's mostly perfect for me out-of-the-box, however I have customized it to my liking with the help of a few extensions:

- ArcMenu: https://gitlab.com/arcmenu/ArcMenu

- Dash to Dock: https://micheleg.github.io/dash-to-dock/

- Lock Keys: https://github.com/kazysmaster/gnome-shell-extension-lockkey...

- Tray Icons Reloaded: https://github.com/MartinPL/Tray-Icons-Reloaded

I also change a few things using GNOME Tweaks; namely setting the application theme to Orchis-grey-dark-compact (https://github.com/vinceliuice/Orchis-theme), icon theme to Flatery-Dark (https://github.com/cbrnix/Flatery) and system font to Inter (https://rsms.me/inter/).

I've been using this setup for quite a while and I've been very happy with my computing experience, both in terms of aesthetics and overall UX. I tried tiling WMs for a while (first KWin and then i3 / Sway) but I found that I'm just a messy person who tends to be more productive with a floating WM.

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#47

I use a different UI depending on my mood. XFCE, open box, ratpoison, awesomewm, dwm XFCE and open box are floating. You can set up some key binds to snap windows. Overall I think floating + snaps are superior to pure tiling. I use XFCE when i want a big fat desktop environment. Pure open box for something light. Sometimes I want pure tiling. ratpoison (manual tiler) is my mainstay for that. Occasionally use awesome…

I'll second you on floating + snaps with the keyboard. I think overlapping and stacking is too natural to dispense with completely.

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#48
post #14

I use Sway. The main reason is because I'm used to tilling WM, I've tried to switch back to stacking ones a few time but I really don't like it. The second reason is that it's light. The third reason is that I have less issues with Wayland (I know some people would say the opposite, but I never found a way to have no graphical glitch with X11) Now, if there would be a mature dynamic tilling manager like DWM or Awesom…

I also use Sway for pretty much these exact reasons. It's really wonderful software!

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#49
I've been using PopOS which is GNOME plus Pops Shell - their custom tiling WM.

I tried i3 before but it sometimes broke with certain apps and took way too much fiddling to configure.

The nice thing about Pop Shell is that there's no config, and when I'm confused or doing something simple, I can just turn it off and use a regular floating style WM. It lets me focus on doing stuff rather than learning hundreds of keybindings and the internals of a WM.

Re: Ask HN: What's your Linux window manager and/or desktop environment?

#50

Arch, i3wm. Love having a personalized keyboard-first setup that I can say I've built over time. A tip for those who may just be starting out: switch your LEFT-ALT and WIN keys. Also make caps lock act like ESC on tap and CTRL on long press. See xmodmap, setxkbmap and xcape for this.

Ohh, those are interesting tips. Would also be handy for Awesomewm which is what I use. Gonna have to dig into how to do that.
Post reply on HN