this post was submitted on 25 Mar 2024
197 points (95.4% liked)
Linux
48069 readers
784 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 have Void Linux running on a GPD Win 4 (6800u). It performs well enough to emulate Demon's Souls through rpcs3 at 720p 40-60 fps. It has a button on the side which toggles the built in controller between a "kb+m" mode and a normal controller mode, so I wrote a udev rule which opens Steam in big picture mode if its not running already when I switch to the controller mode.
I also sandbox a bunch of applications installed from the repos (including Steam and Firefox) using bubblewrap instead of using something like Flatpak.
I have a custom (half-working) version of slurp which allows starting selection immediately, which in turn allows me to immediately get the position of the cursor, which I use to launch tofi under the cursor (I don't know of any other way to do this on river or even Wayland in general).
I use secureboot with custom keys (using sbctl), and I build a unified kernel image from which I boot with dracut, into a fairly standard LVM-on-LUKS setup, all flicker-free (by manually turning off Plymouth at the right time). UKIs allow me to boot from an efi shell very easily if thing go very wrong.
I run dnsmasq for caching, together with stubby for DoT. I highly recommend at least dnsmasq if you use Steam (fixes weird issues with their downloads).
I toggle running Qt apps' dark/light mode by modifying the qt5/6ct config file with a perl script which darkman runs. I switch the wallpaper in a similar way.
I don't use a status bar, I put most of what should go there into the Emacs tab bar (with custom dynamic icons and everything). It has volume, battery, temperature, wifi, system load, incoming mail, playing music and time display. Everything but temperature display works on both Linux and OpenBSD (and some on Android too).
Honestly there's a bunch more weird stuff but this is getting pretty long.
Screenshot or didnt happen :D
You can use Emacs for panels??
I don't use Emacs as a panel (though I'm sure you can do it somehow), I just almost always have a window open so I can just look at its tab bar.
This is how it looks: https://ibb.co/tbyZ8vH
And when the window is too small, it uses two lines: https://ibb.co/s3dhzCr
These are from my main PC, which use the same setup (no battery/wifi, but you can see that the volume icon only has a single "bar"). The name of the song is truncated to the maximum possible width and "cycles" through the name. Second picture also shows tofi which was opened under my cursor in an arbitrary position. BTW the header bar only appears for the floating Emacs window (so I can drag it with a touchscreen) using a GTK css hack.
Edit: Wow, I took the pictures 9 minutes apart and both the CPU and GPU temperatures are exactly the same (they both fluctuate slightly while idling).
Very neat!
Always nice to have inline images :D
Huh, for some reason I thought I had to upload the images to my instance to inline them. Thanks!