Justine Smithies

0 Followers
0 Following
1 Posts
Friend, Lover, Sister, Mother & Wife Loves cooking Linux & BSD Tech geek Mobiles: Fairphone4 OnePlus6T OnePlus6 PinePhonePro Watch PineTime ThinkPad owner Daily driver - FreeBSD , RiverWM and Eww as my bar with fully encrypted ZFS and encrypted swap partition Homelab: FreeBSD

Give MaomaoWM a shot it’s like dwl, river, hyprland all rolled into one and is very light on resources.

github.com/DreamMaoMao/maomaowm

GitHub - DreamMaoMao/maomaowm: wayland compositor base wlroots and scenefx(dwl but no suckless)

wayland compositor base wlroots and scenefx(dwl but no suckless) - DreamMaoMao/maomaowm

GitHub
MaomaoWM has animations and has more layouts than River. It even has a scrolling layout like Niri.

[ MaomaoWM ] Wayland compositor

https://lemmy.world/post/31439435

[ MaomaoWM ] Wayland compositor - Lemmy.World

I’ve switched from RiverWM to MaomaoWM [https://github.com/DreamMaoMao/maomaowm] and I’m loving it. I still get tags rather than workspaces and per output tags. I can have custom animations just like Hyprland and an IPC client like on Sway. Bar - Waybar Terminal - Foot File manager - lf Editor - Neovim Browser - Firefox Dot files [https://git.smithies.me.uk/freebsd-dotfiles/tree/] but be warned they are a WIP and change often.

She sounds familiar 😉
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.
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
Unmasking the hidden gems of Void Linux | Animesh Sahu

Void Linux, is arguably one of the most underrated Linux distributions with incredible scripting potential. The article delves deep into some of my favorite features of it.

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

github.com/pwmt/zathura/blob/develop/…/map.rst

zathura/doc/configuration/map.rst at develop · pwmt/zathura

a document viewer. Contribute to pwmt/zathura development by creating an account on GitHub.

GitHub

To get neofetch to display river and not sway make sure that you have either lsof or fuser packages installed and it should display river then. See lines 1992-1903 from this link.

https://github.com/dylanaraps/neofetch/blob/master/neofetch

ZFS Swap question - Lemmy.World

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? 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 Released - Lemmy.world

Qtile 0.23.0 has been released. Head over to their changelog [https://github.com/qtile/qtile/blob/master/CHANGELOG] for all the important changes and bug fixes.