Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DR
Posts
1
Comments
136
Joined
2 yr. ago

  • Xfce is the Linux I appreciate. Its not made heavy for some opinionated features addition and setups are exposed to users.

    There is also a place for DEs that are more opinionated and polished out of the box, its fine. But I'm glad composable things such as Xfce still exists.

  • For a desktop user I don't see any significant benefits to replace systemd. But also no-systemd distros works fine. I was impressed during my try on Alpine Linux, that uses openrc instead. The text printing during OS startup is so short that the terminal didn't scroll. The bluetooth worked flawlessly. But it is a small community distro, and Alpine is limited by other things than the init system. The init system is a problem for people that have to deal with services.

    On political aspects, IMO FOSS works easier with small and focused components that can survive with spare time developers. I can't make critisicms on technical aspect, I'm not a good programmer, I just notice systemd seems to works fine. Red hat has man-power and capable of large contributions to Linux distros so they leads the innovations. All big distros switched to systemd, now its hard to avoid.

    I would like to support smaller FOSS-friendly systems but I use Arch because I need recent versions and the anti-systemd arch-forks are harder to use. I'm a weak guy.

    In short, as an user you should be fine by keeping normal Debian. If for political reasons you want a no systemd distro, the easiest is to use MX Linux with the default init.

  • Mint works and you can recommend it, but it is a mess with its two versions. The "normal" version is based on Ubuntu, but Ubuntu is already an user friendly distro. Mint also has LMDE version, it makes more sense because directly based on a "rough" Debian, but it seems less popular.

  • I was an MX user. It looks nice out of the box (better than Mint at the time) and the "flagship" version runs smooth on old laptops, probably thanks to Xfce. Side note, MX has a rare feature, it provides a choice between two init systems.

  • If I understand what you mean this is a solved problem.

    As instance in bspwm I just wrote this line in the config then all images opens as a floating window.

    bspc rule -a Sxiv state=floating

    I guess many other tiling WM are able to do that.

  • About the status bar I want to suggest Tint2 because it is relatively easy to setup. You can create new widgets by writing an "executor" in bash. This is how I display the window name in my Tint2 panel.

    execp_command = xdotool getwindowfocus getwindowname

    There are more advanced executor examples here. https://github.com/IanLeCorbeau/tint2-executors/tree/master

    The other suggestions are also nice, maybe more featured, but Tint2 was just less intimidating for me.