this post was submitted on 01 Oct 2024
383 points (98.7% liked)
Linux
48023 readers
974 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd love to be able to ditch the gui entirely, I've found working from a TTY really helps me focus on the actual work I'm supposed to be doing
Unfortunately the one impossible hurdle is the web browser. Have kinda got around the need for it mostly with an llm cli for basic questions but will always find myself needing to fire up a window manager just to get a browser eventually
Also doesn't help that I'm primarily a web developer
cage
is a minimalist Wayland compositor that only shows a single application in fullscreen. When you close the app, it drops you back to your console.It's compatible with programs that need X11 through XWayland, and it has practically no loading times.
cage -ds firefox
would open Firefox in fullscreen.Option
-d
hides client-side decorations and-s
allows you to switch from Wayland to another TTY using Ctrl+Alt+F[1-6]I put aliases for the programs I use in my .bashrc so I can just type FF[Enter] and a second later I have Firefox open.
Ah that's useful to know, I've been using gamescope for that but it's a bit overkill
A chromeless tiling WM is basically invisible and AFAIK has almost zero performance impact. That's roughly what I do.
I usually use gamescope for that purpose but it's still a bit of a pain and takes me out of the tmux/helix loop