69 lines
1.3 KiB
Text
69 lines
1.3 KiB
Text
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
|