• 0 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • SyudagyetoLinux@lemmy.mlX11 tiling WMs
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    Try out LeftWM ! It’s a dynamic tiling window manager, and it’s a reamly cool project with a very nice community. It’s still a bit rough around the edges but it’s worth trying considering how much options it offers.















  • simple example: the app that you want is outdated, is missconfigured on the distro’s package manager (e.g. OBS on arch missing wayland capture). If this app has a flatpak version, it’s likely it’s mainained by the same people who makes the app, thus they can make sure it works fine through flatpak, and since it’s distro independant it works everywhere. App images just bring all their dependencies with them, and snaps idk never used them…


  • I use git and nix (home-manager) for most of my dotfiles. The main advantage of this is that if manages dotfiles, but also you whole user environment, so you can install some software that you need for your rice for example. It’s very powerfull, but it takes time to get it to work properly since you have to learn nix expressions !