▲ 22 r/suckless
I’ve created some xbps-src packages for: neuwld, neuswc, neumenu, neuwm, swall, and swiv.
On Void Linux, you can simply run:
# Clone repository
git clone https://github.com/orahcio/void-packages.git
# Change to the workdir
cd void-pakages
# Change to the branch with the new packages
git checkout -b add/freeway origin/add/freeway
If you have xtools installed, you can run the following command inside the void-packages working directory:
xi neuwld neuswc neumenu neuwm swall swiv
or just one package name at a time
Finally a little script to run neuwm as your wayland compositor
#!/bin/sh
WLD_DRM_DUMB=1 swc-run neuwm
u/orahcio — 13 days ago