No description
Find a file
2025-11-23 17:01:01 +01:00
files fix memory 2025-11-23 17:01:01 +01:00
clean.sh . 2025-11-16 22:32:14 +01:00
Makefile . 2025-11-16 22:32:14 +01:00
pkgs.txt remove mtm 2025-11-22 16:33:55 +01:00
README.txt . 2025-11-19 19:26:16 +01:00
setup.sh . 2025-11-16 22:32:14 +01:00

TODO
----

* pass/otp setup
* mblaze
* noise suppression
* custom plumber
* cgo config to always use plumber
* automatic backups with borg + script
* cupload <<< file
* user dirs cleanup
* platinum9/nineicons for icons

requirements
------------

packages from ./pkgs.txt, use `xbps-install -y $(<pkgs.txt)`.
install michaelforney's velox, see self-compiled packages.

limitations
-----------

* no noise suppression(rnnoise would be good)

Guides
======

dbus
----
dbus is not provided by default, to use it:

install dbus, enable the service,
use `exec dbus-run-session swc-launch velox` in ~/.profile


self-compiled packages
----------------------
recommended: meh dwm cgo(see dl.kentoj.de/patches/cgo-*)

mkdir ~/pkg
clone all sources to ~/pkg,
~/pkg/* should have a Makefile with:
* build: compile
* install: install to /usr/local
* uninstall: uninstall from /usr/local

autologin voidlinux tty1 to x11
-------------------------------
you can do this if u want:

cp /etc/sv
cp -r agetty-tty1 agetty-autologin-tty1
(naming is important)

in the conf file:
	GETTY_ARGS="--autologin <username> --noclear"
	BAUD_RATE=38400
	TERM_NAME=linux

now enable the service and disable the agetty-tty1 service.

no beep
-------

/etc/modprobe.d/no-beep.conf:
	blacklist pcspkr

restart or simply:
	rmmod pcspkr