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
Drito @sh.itjust.works
Posts 1
Comments 97
Turns out, I wanted a tiled window manager all along
  • Personnaly I don't need to manipulate windows with Bspwm. How they spawn is fine for me.

    I don't use i3 because windows spawns in such a layout that force to use shortcuts for changing the layout. Bspwm displays everything in nice rectangles.

    To start apps you can keep an application menu in your bar, such as Whisker menu, or the KDE bar, while having a tiling window manager, so you can run apps with mouse clicks. And after the spawn you should not need to manipulate them if you use more automatized tiling WM such as Bspwm or Xmonad.

  • Sell us on your favorite exotic/niche distro
  • I'm annoyed by these Gnome centered distros. If I had to choose a single DE for a distro, I 'd choose a flexible one that can run on potatoes, such as Xfce. I suppose Xfce as default is a part of the MX linux popularity.

  • 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