67 lines
1.3 KiB
Text
67 lines
1.3 KiB
Text
TODO
|
|
----
|
|
|
|
* pass/otp setup
|
|
* mblaze
|
|
* pipewire/dbus + rnnoise ig
|
|
* custom plumber
|
|
* cgo config to always use plumber
|
|
* automatic backups with borg + script
|
|
* cupload <<< file
|
|
|
|
limitations
|
|
-----------
|
|
|
|
* no dbus, so no spotify or pipewire
|
|
install dbus, enable the service,
|
|
use exec dbus-run-session dwm in .xinitrc
|
|
to use dbus
|
|
* no audio denoiser(unless i use pipewire)
|
|
|
|
self-compiled packages
|
|
----------------------
|
|
|
|
needed: michaelforney's velox
|
|
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
|
|
|
|
theming
|
|
-------
|
|
for gtk i like BellePintosGrande
|
|
for icons, platinum9/nineicons
|