Take effect of group change without logout.

Just use following command:

newgrp <group>
Read more…

Setup pipewire & wireplumber in void linux

Remove pulseaudio

sudo xbps-remove pulseaudio pulseaudio-devel
Read more…

Users resources limit

Image without description

Image without description

Image without description

How to setup bluetooth in in voidlinux

You need some packages first

sudo xbps-install libpulseaudio bluez-alsa
Read more…

tmux error "tmux.conf: no current session"

This is because you haven't added -g in any of the set command in tmux.conf file.

Reference: Stackoverflow