Skip Navigation
Why aren't more people using NixPKGs?
  • Flakes is still experimental. NixOS devs takes a bunch of time to release that. So most experienced users have enabled Flakes since years. Two different systems are available, which does not help ease of learning.

  • Fully featured tilling window managers (like DEs) for lazy people
  • For me the main config difficulty is from the statusbar. Polybar, Eww, are harder to config comparing to the WM. I solved that with Tint2 bar. It can be configured from an GUI, for the basics. The only code I added to config is simple.

    execp_command = xdotool getwindowfocus getwindowname

    It prints the window name on the bar. It is useful for bspwm windows.

  • (Constructively) What is your least favorite distro & why?
  • My worst experience was on Linux Void.

    The iso has an encryption key problem. I tried the distro one year after, the same problem 😆 . Its the only distro that has that kind of problem. Once the problem is solved thanks to the forum, the shell didn't switch the language properly, the "-" prints a wierd character, most keys on the that row was wrong. Maybe all the praise for that distro comes from non-french speaking people, so they didn't saw the problem.

    I know, the DE versions of the iso should works nice, but Void is advertised as minimalist, I want my WM. If this is that hard to switch the installation to french language, why Alpine is able to provide a correct installation experience (not easy, but correct) ?

  • X11 tiling WMs
  • I tried I3 but it seems the new window always appears in a vertical slice, maybe some people like that so windows are set manually. I prefer automatic tiling, I use Bspwm for that. It needs two config files but they are simple, no programming is required. Its way to split screen is almost always good. In the rare exceptions I add a rule in the main config file so the app appears in a floating window.

  • Is it safe to use a ghost Arch derivative ?

    Hello, Archlabs is gone . I use this distro so I wonder If I can still update it safely ?

    My /etc/pacman.conf

    ``` #[testing] #Include = /etc/pacman.d/mirrorlist

    [core] Include = /etc/pacman.d/mirrorlist

    [extra] Include = /etc/pacman.d/mirrorlist

    #[community-testing] #Include = /etc/pacman.d/mirrorlist

    [community] Include = /etc/pacman.d/mirrorlist

    The multilib repositories are enabled by default in ArchLabs.

    If you don't run 32 bit applications you may comment them out

    #[multilib-testing] #Include = /etc/pacman.d/mirrorlist

    [multilib] Include = /etc/pacman.d/mirrorlist

    [archlabs-testing]

    Server = https://pub-7d84e047b852442a86fd6d7feb1ff2cd.r2.dev/$repo/$arch

    Server = https://github.com/ArchLabs/$repo/raw/master/$arch

    Server = https://bitbucket.org/archlabslinux/$repo/raw/master/$arch

    [archlabs] Server = https://pub-7d84e047b852442a86fd6d7feb1ff2cd.r2.dev/$repo/$arch Server = https://bitbucket.org/archlabslinux/$repo/raw/master/$arch Server = https://github.com/ArchLabs/$repo/raw/master/$arch Server = https://sourceforge.net/projects/archlabs-repo/files/$repo/$arch ```

    If it is unsafe how I can turn this into a normal arch ?

    2
    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
    Drito @sh.itjust.works
    Posts 1
    Comments 91