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/)DI
Posts
1
Comments
520
Joined
2 yr. ago

  • they just use their phone because pc hardware is expensive and phones prices are cheap.

    Lol, this is so wrong and misleading. Like the whole post. Even for 350 dollars you could buy a used laptop which probably is more able to properly browse/word process than any of your smartphones.

  • Most shortsighted answer of the day. Great now you have this outdated executable on your system and you mabye are not even sure this was installed through appimage, because how should you know when your launcher is not telling you anything? golfclap

  • Interesting topic, this was also relevant to me some years ago when I started dabbling in twm, esp. i3wm in that time. To this day I am using i3 because its "easy" to set up for me and I started using a repository on codeberg.org for version control of my dotfiles (https://www.chezmoi.io/).

    I am also torn on the subject of using twm nowadays, at work I am using i3, but at home I am still in the woes of a fully fledged KDE. I love to work on the terminal and prefer most applications to be cli based instead of having a full gui. But recently I finally took the plunge on trying a multiplexer (https://zellij.dev/) which actually makes me think, twm are not really that necessary once you start using a terminal multiplexer.

    Because what you will notice is that it doesn't make a lot of sense to tile ALL of your windows all the time, mostly its for cli applications, which is handled by the multiplexer in a perfectly fine way. Also when it comes to eye candy...with twm you will mostly never see your wallpaper, apart from some artificially created layouts which you can post on various *unixporn sites.

    While you want a lot of windows as fullscreen, depending on your screen size. (most videos, browser etc.) So maybe you don't really need a twm and can instead work with any lightweight window manager, the beauty of going non-fully-DE is that you can mix and match all your favorite programs however you like! Take a look at and check out some of those git pages maybe you find something which suits more to your needs: https://wiki.archlinux.org/title/Wayland#Tiling

  • You don’t really need to use a tiling window. You can still use a floating window manager and learn Linux stuff.On my Guix system, I had River setup with Waybar, Rofi and Rivertile, with other utilities like WirePlumber, brightnessctl, etc and I didnt really enjoy the experience. Sure, I could have spent some more time on improving that, but I thought that it was pointless having dotfiles next to my scheme config, so I went back to GNOME Shell.

    Interesting point, so because Guix "forces" you to declare you OS you rather skipped on the option of having dotfiles? Not sure I can fully follow that train of thought. Esp. when it comes to GNOME being used instead. Can you shed more light on what made you switch?