I’ll start with mine. yes part of this was to brag about my somewhat but not too unusual setup. But I also wanna learn from your setups!

Anyways: I primarily use Gentoo Linux.

I have two headless servers: a Raspberry Pi 4B and a Oracle cloud VM (free tier). Both running OpenRC, and both were running mainline kernel with custom config (I recently switched the Pi to PiFoundation kernel due to some issues). The raspberry pi boots from SSD and has no sd card inserted.

Both servers were running musl libc instead of glibc for a while. This gave me a couple of random issues, but eventually I got tired and switched back to glibc.

I have a desktop running gentoo and a laptop running arch, but hoping to switch the laptop to gentoo soon.

Both are daily driving wayland (the desktop had nvidia card and used for gaming). The desktop is running a kernel with a minimal config that compiles in 2-3 minutes.

What’s your unusual setup like?

  • @dsemy@lemm.ee
    link
    fedilink
    English
    163 months ago

    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.

      • @dsemy@lemm.ee
        link
        fedilink
        English
        3
        edit-2
        3 months ago

        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).