this post was submitted on 06 Feb 2025
33 points (90.2% liked)

Linux

49720 readers
846 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 was using regolith ubuntu on an old MacBook and fell in love with i3wm on x11 or whatever it uses. Got a new computer Intel and the composters never worked right scrolling pages or watching videos. I gave up and went back to stock ubuntu. Wayland works well for me but my question is how hard is it to build a de like regolith using awesome it some other tiler? It seems intimidating

you are viewing a single comment's thread
view the rest of the comments
[–] tomyhaw@lemmy.world 3 points 23 hours ago (2 children)

Don't you have to download a file manager search application etc? In addition to just the tiler

i3 is configured to use the program dmenu by default. A common replacement for that is rofi. I use wofi on sway. Rofi has more features, wofi is pretty simple but you can customize with css.

Sway will read the i3 config you already have if you put it in the sway config folder. Then just download dmenu if you want that same behavior. Some things like mod+enter is binded to i3-sensible-terminal, so if you don't have i3 installed on the box it won't find a terminal to open. The fix is to change the binding to your preferred terminal emulator.

All in all the transition is pretty painless.

[–] Telorand@reddthat.com 1 points 22 hours ago

I believe so, yes. Some distros have Sway as an option, and they often have all of that picked for you, but if you're rolling your own setup, you'll need to choose your own.