No description
Find a file
2026-09-05 12:12:35 +02:00
files . 2026-09-05 12:12:35 +02:00
add.sh fix add.sh + add EEXIST-error 2026-03-11 01:21:38 +01:00
clean.sh . 2026-04-02 17:23:50 +02:00
INSTALL . 2026-01-23 22:18:10 +01:00
Makefile . 2025-11-16 22:32:14 +01:00
pkgs.txt . 2026-09-05 12:12:35 +02:00
README . 2026-09-05 12:12:35 +02:00
setup.sh . 2026-03-03 15:53:06 +01:00
ssb.jpg . 2026-06-06 22:14:37 +02:00

/etc/doas.conf:
  permit nopass keepenv :wheel

$ usermod -aG audio <username>
$ mkdir -p /etc/alsa/conf.d
$ ln -s /usr/share/alsa.conf.d/50-pipewire.conf .
$ ln -s /usr/share/alsa.conf.d/99-pipewire-default.conf
=> now relogin

/etc/tlp.conf:
  # Battery charge level below which charging will begin.
  START_CHARGE_THRESH_BAT0=75
  # Battery charge level above which charging will stop.
  STOP_CHARGE_THRESH_BAT0=80

KNOWLEDGE
---------

*  recommended packages
  --------------------

  - tlp for power management
  - nsxiv for image viewing
  - links for quick html rendering
  - zathura and zathura-pdf-mupdf as pdf viewer
  - pcmanfm as a file manager

*  autologin voidlinux tty1 to x11
  -------------------------------
  $ cp /etc/sv
  $ cp -r agetty-tty1 agetty-autologin-tty1
  (naming is important)

  /etc/sv/agetty-autologin-tty1/conf:
    GETTY_ARGS="--autologin <username> --noclear"
    BAUD_RATE=38400
    TERM_NAME=linux

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

*  no beep
  -------

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

* static ip
  ---------

  /etc/rc.local:
    ip link set dev wlan0 up
    ip addr add 192.168.178.128/24 dev wlan0
    ip route add default via 192.168.178.1

TODO
----

* pass/otp setup
* backups
* some MUA, mblaze?
* rnnoise/noise-suppression
* platinum9/nineicons for icons