JustineSmithies

joined 1 year ago
[–] JustineSmithies@lemmy.world 4 points 1 month ago

Yep I 100% recommend Fuzzel too !

[–] JustineSmithies@lemmy.world 3 points 4 months ago (6 children)

Same as a Chimera Linux user I'd definitely recommend trying it. I was a Void user beforee and was Swithering whether to go full BSD when I stumbled across Chimera which gives me the best of both worlds.

[–] JustineSmithies@lemmy.world 9 points 7 months ago (5 children)

I was a serious Arch user for 10+ years when I finally decided to give Void a go on an old laptop. Needless to say Iloved it so much that it is now my daily driver. I even had a blip for a month where I thought I missed Arch but nope I just came running back home to Void. Give it a try you won't be disappointed also take a read of this blog Unmasking the hidden gems of Void Linux

[–] JustineSmithies@lemmy.world 1 points 7 months ago* (last edited 7 months ago) (1 children)

Have a read of the docs at the zathura git repo or use the man pages.

https://github.com/pwmt/zathura/blob/develop/doc/configuration/map.rst

 

One for those running #ZFS on #Linux systems. I realise that you can't have hibernate aka suspend to disk on a swap in the encrypted zpool but if you don't use hibernation then is it OK to use swap using the likes of the command example below to set it up in the encrypted pool?

I should point out that I'm thinking of switching from my current Void Linux luks lvm setup to Void with fully encrypted zpool and zfsbootmenu on my ThinkPad P14s AMD Gen 1which has 16Gb ram that I may upgrade to 40Gb. It also has a 1Tb nvme.

zfs create -V "${v_swap_size}G" -b "$(getconf PAGESIZE)" -o compression=zle -o logbias=throughput -o sync=always -o primarycache=metadata -o secondarycache=none -o com.sun:auto-snapshot=false "$v_rpool_name/swap"

 

Qtile 0.23.0 has been released. Head over to their changelog for all the important changes and bug fixes.