[DWM] Sorta retro synthwave

https://lemmy.world/post/2183151

[DWM] Sorta retro synthwave - Lemmy.world

- OS: NixOS unstable - WM: DWM - Terminal: Alacritty + tmux - Editor: nvim - Dots: here [https://git.guymatus.tech/TenTypekMatus/nixos-infra]

NixOs works better with xmonad in my opinion.
What’s this beautiful font?
If you’re already using a tiling window manager, what is the point of tmux? Genuine question, as I often see people here doing this with WMs such as sway, hyprland and the like.
Because it’s practical in a sense that you don’t need to have a million windows open.
Is that more memory efficient?

@Emanuel
Persistent terminal sessions. If the WM crashes, you still have your shell session. Say, if you're in the middle of a system upgrade.

Also, remoting in. If your session is in tmux, you can ssh into the machine and connect to an existing shell.
@TenTypekMatus

True, must be a blessing when ssh’ing.