Ask HN: What's your Linux window manager and/or desktop environment?
41–50 of 60 posts
Re: Ask HN: What's your Linux window manager and/or desktop environment?
#42BSPWM 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.
Re: Ask HN: What's your Linux window manager and/or desktop environment?
#43I 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?
#44Re: Ask HN: What's your Linux window manager and/or desktop environment?
#45- 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?
#46Re: Ask HN: What's your Linux window manager and/or desktop environment?
#47I 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…
Re: Ask HN: What's your Linux window manager and/or desktop environment?
#48I 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…
Re: Ask HN: What's your Linux window manager and/or desktop environment?
#49I 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?
#50Arch, 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.