this post was submitted on 25 Aug 2024
268 points (98.6% liked)

Linux

47247 readers
1094 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by AlpΓ‘r-Etele MΓ©der, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I got into computers when there was no GUI.

Then years later I got a Win95 PC and I found the Windows GUI pretty good - although the rest of the OS was not. My personal Linux PC running Slackware 96 came with FVWM95 wich was a good approximation. So I switched to that.

That was just for graphical utilities of course - of which there weren't very many. I spent the rest of my time in the Linux console or in xterm using screen for convenience.

Fast-forward to today: I still do that. I still like the Win95 UI paradigm, so I run Mint / Cinnamon. But most of what I do with it is open a Gnome terminal, blow it up and start tmux - like screen but better.

And, ya know, for almost 3 decades, whether it's Mint or anything else I used, that's pretty much what I've been doing: running screen in a terminal in a Win95-like GUI. And it works fine for me.

I recently ordered a laptop that comes with Debian / Wayland and the Sway window manager installed by default. I learned a long time ago that it's often better to go with whatever is installed by default than try to reinstall everything and fight a system that wasn't designed for it.

The laptop will take a few weeks to get here. So to prepare for when it lands on my porch, I decided to get into Sway on my current machine, to get used to it. I figured even if I don't like it, at least that way I'll be comfortable with it, and I'll know whether it's acceptable as it is or whether I should spend the time installing something more Win95-like.

But my current machine doesn't run Wayland, just plain Xorg. 2 minutes of searching revealed that Sway is in fact i3wm for Wayland.

Great! I promptly installed i3 on my Linux Mint box, switch to it, fucked around with the config file for a few hours and... I love it! That's pretty much exactly what I do with Cinnamon anyway but quicker!

And just like that, I switch to i3. I felt right at home with it from the get-go. The whole Win95-like UI was just a familiarity: in fact, what I've always wanted was a tiling window manager.

And yes, I did spend a few hours - almost half a day really - configuring the thing exactly how I like. But if I'm honest, I probably spent just as much time with Cinnamon way back when I switched to that too. So it's no different really.

So the takeaway here is: even if you have decades-old die-hard habits and you don't want to change, you should expose yourself to change every once in a while: you might just get surprised πŸ™‚

top 34 comments
sorted by: hot top controversial new old
[–] [email protected] 43 points 2 weeks ago (2 children)

Can we get a screenshot of your setup please?

[–] [email protected] 47 points 2 weeks ago (2 children)

Sure why not.

https://pixelfed.sdf.org/storage/m/_v2/591190770262595513/0e43b1202-69768b/45cq7hujKP6g/atSfzBv3qHWJ59yITdTOgbxrwf6eWsQbCh3hI6kn.png

But there's notthing spectacular or out of the ordinary here: it's just a boring-ass, bog-standard i3 installation. What I spent time configuring isn't visible - stuff like keyboard bindings, how it starts, how it handles multiple monitors... things like that.

[–] [email protected] 17 points 2 weeks ago

Very respectable setup. Nice work. I'm glad you found something that feels like home for you.

[–] [email protected] 9 points 2 weeks ago (1 children)

The spaces in your dict look criminal, but it's really nice to look at!

[–] [email protected] 15 points 2 weeks ago

When I have the choice, I write for legibility, not to comply with styling conventions.

[–] [email protected] 7 points 2 weeks ago
[–] [email protected] 23 points 2 weeks ago (8 children)

what i don't like about most tiling WMs is they are keyboard only. you can't hold a beverage in one hand and use them easily with the mouse. only very few let you also do most things with mouse (notion for example). currently i use Gnome (mutter standard WM) with the Forge extension (that adds tiling) for that reason. It's not perfect, but lets me use my phone with one hand and operate the PC with the other etc.

[–] [email protected] 9 points 2 weeks ago* (last edited 2 weeks ago)

what i don’t like about most tiling WMs is they are keyboard only. you can’t hold a beverage in one hand and use them easily with the mouse.

Depends. Here for example, I'm lounging in the couch with a beer in one hand, watching Youtube videos in FreeTube, chatting with a friend in Signal and lazily browsing a few browser tabs and windows the rest of the time. The browser windows are arranged in one tabbed workspace, Signal in another workspace and Freetube in a third workspace, all of which are available with a mouse click. I'm basically not touching the keyboard unless I have to.

I guess it depends on how involved you want things to be with one hand clutching a beer πŸ™‚ Me, that's as complicated as I'm willing to let things get when I booze.

[–] [email protected] 9 points 2 weeks ago

I created Wintile for gnome because of this. Will have to take a look at Forge.

[–] [email protected] 4 points 2 weeks ago

Sway by default lets you move windows by dragging their title bar. Minimise/maximise doesn't make sense in Sway, but adding fullscreen and close behaviour to buttons on your menubar of choice or extra mouse buttons would be pretty easy. Graphical app launchers exist too β€” I use one in Sway on my Yoga since I primarily use its touchscreen.

I appreciate those things aren't in place by default, but they are kinda antithetical to the tiling paradigm, and if you're using something like Sway then you're probably tinkering a ton with it anyway.

[–] moontorchy 3 points 2 weeks ago

Just checked Forge. Seems like repo had been archived 2 days ago. Ouch... I was so hopeful. Maintaining a FOSS project is a lot of work. I am very grateful to all the devs that are doing it. Thisagain reminds thatwe need to donate and support greatdevs. Couldn't help but notice the pattern. Bismuth / KDE, Forge / Gnome.

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

Personnaly I don't need to manipulate windows with Bspwm. How they spawn is fine for me.

I don't use i3 because windows spawns in such a layout that force to use shortcuts for changing the layout. Bspwm displays everything in nice rectangles.

To start apps you can keep an application menu in your bar, such as Whisker menu, or the KDE bar, while having a tiling window manager, so you can run apps with mouse clicks. And after the spawn you should not need to manipulate them if you use more automatized tiling WM such as Bspwm or Xmonad.

[–] [email protected] 3 points 2 weeks ago

I kinda like the keyboard shortcuts for i3/sway, but wish there was some level of mouse integration/polish like gnome. Will try forge, thanks!

[–] [email protected] 2 points 2 weeks ago

I use sway on my phone, had to add a secondary menu bar with a few keys for stuff like opening rofi, but it works perfectly fine otherwise

[–] [email protected] 2 points 2 weeks ago

popos tiling works this way as well.

[–] [email protected] 17 points 2 weeks ago (1 children)

I spent years using i3 as my main machine and I loved everything about it. Fast forward to now where I have to use a Mac. Most of the time I'm in a terminal with tmux so it's fine but any time I have to deal with a gui element that is under something else I get more and more upset.

[–] [email protected] 10 points 2 weeks ago (2 children)

now where I have to use a Mac

Why did you start using a Mac? It sounds like a couple of steps backward in terms of freedom.

Also, I did a quick a quick search and this came up.

[–] [email protected] 4 points 2 weeks ago (1 children)

I have the same issue, and I had to use a Mac for work, didn't have a choice in that matter.

I didn't know about AeroSpace though, sounds interesting. Currently I'm using Amethyst which provides tiling, but it's not i3/sway-like, so not perfect.

[–] [email protected] 3 points 2 weeks ago

At least you're not using Windows for work LMAO

[–] [email protected] 1 points 2 weeks ago

It's a work provided device. It was either that or Windows, so it was really the only option. I might try out some tiling options for it, not sure how upset IT will be about that though...

[–] [email protected] 11 points 2 weeks ago* (last edited 2 weeks ago)

There's a reason Windows 11 brought tiling features into the native window manager, and for Microsoft PowerToys to bring an even better tiling window manager on top of that.

I've tried tiling WMs myself but I always ended up fighting them and needing to tweak the configuration to work around bugs. I liked the prospect of Hyprland until some shit about the dev came out. The best combination I've seen so far has been Pop_OS's Gnome plugin. Maybe I'll switch to Cosmic once that comes out stable.

It's worth trying out new stuff! I use Gnome every day and I would've never used it if I tried to stick to my Windows workflow!

[–] [email protected] 9 points 2 weeks ago

Same, but it was Hyprland that drug me over.

[–] [email protected] 9 points 2 weeks ago* (last edited 2 weeks ago)

Hey!

Here's some sway dotfiles of mine incase they help: https://gitlab.com/_j/dotfiles

[–] [email protected] 8 points 2 weeks ago

Welcome to the club - after starting to use window managers around 3 years ago at this point, I haven't gone back. Whenever I'm forced to use Windows or a regular DE, I start instinctively abusing virtual desktops feature lol

[–] [email protected] 4 points 2 weeks ago (1 children)

Out of curiosity - what laptop maker is installing Sway by default?

[–] [email protected] 7 points 2 weeks ago

This one.

Well, Sway and Gnome. But I already know Gnome so Sway piqued my interest.

[–] [email protected] 3 points 2 weeks ago

I have a similar approach but primarily in Emacs rather than a terminal. Tiling WMs β€” i3/Sway specifically β€” have definitely become home.

I've been through a bunch of tiling WMs after Ubuntu dropped Unity (where I had enjoyed some light pseudo-tiling but wanted more). I started with i3 but couldn't shake the feeling it was kind of impure and slightly inelegant. But every other one I tried had more annoyances and weirdness and I came back to i3. To me, i3 it is to tiling WMs as Python is to programming languages - nagging feelings of impurity, limitations, and grubby corners, but in the end it is very practical and gets the job done well and has been refined over the years to round off its rough edges.

Recently with things like PaperWM I thought perhaps I could get the benefits of being closer to mainstream, but after trying to get comfortable I just could not and am back on i3 and will switch to Sway eventually.

I3's model of workspaces per monitor, and semi-automatic tiling, semi-manual, and i3-msg, sometimes feels inelegant but is actually highly practical. You can add plugins like autotiling to automate more, and powerful scripting behavior attainable through i3-msg and Python bindings (I recommend if you start piping i3-msg output through jq to get info, just make the full jump to scripting in Python, it's easier in the long run).

[–] ikidd 2 points 2 weeks ago (1 children)

Even as someone that got into computers in the Apple II days, I've never been able to get used to tiling WMs. I remember being blown away with Solaris Xwindow and I've never really looked back on those days without a mouse. I just slap on more monitors and use virtual desktops now.

[–] [email protected] 0 points 2 weeks ago (2 children)

That's what I thought too - and I tried other tiling window managers in the past, only to quickly return to whatever I was used to. But somehow i3 hit the spot, It you're used to screen or tmux, this thing has the same DNA and you'll feel right at home. Give it an honest try, you might just like it.

But I do believe that you kind of have to be halfway there already to "get it". My halfway-there was being so used to the same concept in the terminal. If you're never exposed to tiling in any way, shape or form, maybe it's more of a stretch.

[–] ikidd 1 points 2 weeks ago

Oh, I've tried every tiling WM at one point or another, but it's never taken hold. And I've used no end of Tmux over the years, but never really bothered with the shortcuts in those either, so doing it for a WM never took.

Everyone that uses one raves about it, but I've never found the fit, even with the amount of windows I keep open at any given time. If I get really ambitious I'll use Plasma's Meta-T to set up tiles, then promptly forget about it.

[–] [email protected] 0 points 2 weeks ago (1 children)

I used tmux extensively at home with a pimped out config. But then I started using it on servers at work which don't let me configure it, so I'm just using default keybindings now.

TBH something like ratpoison would be more of my thing if I ever switched to WMs except it's no longer maintained (sucks). I don't want to spend too much time configuring it though so bspwm is probably out of the running already. Do you think I'll like i3? I've heard people calling it bloat. Well I suppose if you're not using dwm/ratpoison you're OK with so called bloat anyway

[–] [email protected] 1 points 2 weeks ago

Do you think I’ll like i3?

No idea. I only have (a little) experience with i3.

Wnat I do know is that they'll all require you to configure them, and it's always a huge PITA to configure a OS or parts thereof, whichever it may be. But I figure even if I spend 2 days doing that, it's a one-off job, and then I can reuse my favorite config forever. So it's work worth doing.

you’re OK with so called bloat anyway

I don't mind bloat if it's worth it. Cinnamon / Gnome for instance is a bit of a pig (less than KDE / Qt for sure, but still) but I like it so... Okay. Conversely, I've yet to encounter any Electron app that offers anywhere near the amount of features that would justify the hundreds of megabytes and the amount of CPU Electron requires. Or Snap, Flatpak or Appimage packages for that matter. Those are wasteful for the benefit of the developer, not for yours.

[–] NOPper 1 points 2 weeks ago

I know exactly what you mean! I've been on i3 with every build at home for like a decade or something now and it's easily the most productive environment I can be in. Rarely change things in my config between machines so I end up just slapping the same dotfiles in first thing and I feel like I'm home.

[–] hjjanger 1 points 2 weeks ago

Awesome was always my favorite window manager.