add cupload script; add man pages to pkgs.txt; improve documentation

This commit is contained in:
kento2 2025-11-17 07:15:42 +01:00
parent 4603184052
commit c155a75c06
3 changed files with 27 additions and 13 deletions

View file

@ -3,25 +3,37 @@ TODO
* pass/otp setup * pass/otp setup
* mblaze * mblaze
* pipewire/dbus + rnnoise ig * noise suppression
* custom plumber * custom plumber
* cgo config to always use plumber * cgo config to always use plumber
* automatic backups with borg + script * automatic backups with borg + script
* cupload <<< file * 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 limitations
----------- -----------
* no dbus, so no spotify or pipewire * no noise suppression(rnnoise would be good)
Guides
======
dbus
----
dbus is not provided by default, to use it:
install dbus, enable the service, install dbus, enable the service,
use exec dbus-run-session dwm in .xinitrc use `exec dbus-run-session swc-launch velox` in ~/.profile
to use dbus
* no audio denoiser(unless i use pipewire)
self-compiled packages self-compiled packages
---------------------- ----------------------
needed: michaelforney's velox
recommended: meh dwm cgo(see dl.kentoj.de/patches/cgo-*) recommended: meh dwm cgo(see dl.kentoj.de/patches/cgo-*)
mkdir ~/pkg mkdir ~/pkg
@ -60,8 +72,3 @@ no beep
restart or simply: restart or simply:
rmmod pcspkr rmmod pcspkr
theming
-------
for gtk i like BellePintosGrande
for icons, platinum9/nineicons

5
files/.local/bin/cupload Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
file="${1:-/dev/stdin}"
cat "$file" | ssh -T paste@kentoj.de -- $@

View file

@ -18,6 +18,8 @@ lr
luakit luakit
lxappearance lxappearance
lxterminal lxterminal
man-pages-devel
man-pages-posix
mtm mtm
netsurf netsurf
opendoas opendoas