No description
| files | ||
| clean.sh | ||
| Makefile | ||
| pkgs.txt | ||
| README.txt | ||
| setup.sh | ||
TODO ---- * pass/otp setup * mblaze * noise suppression * custom plumber * cgo config to always use plumber * automatic backups with borg + script * cupload <<< file * 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 agetty-tty1 agetty1-autologin-tty1 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. for autostarting startx, we use ~/.profile if shopt -q login_shell && test "$(tty)" = '/dev/tty1' then exec startx fi this makes .profile run startx on tty1 after login. no beep ------- /etc/modprobe.d/no-beep.conf: blacklist pcspkr restart or simply: rmmod pcspkr