add cupload script; add man pages to pkgs.txt; improve documentation
This commit is contained in:
parent
4603184052
commit
c155a75c06
3 changed files with 27 additions and 13 deletions
33
README.txt
33
README.txt
|
|
@ -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)
|
||||||
install dbus, enable the service,
|
|
||||||
use exec dbus-run-session dwm in .xinitrc
|
Guides
|
||||||
to use dbus
|
======
|
||||||
* no audio denoiser(unless i use pipewire)
|
|
||||||
|
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
|
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
5
files/.local/bin/cupload
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
file="${1:-/dev/stdin}"
|
||||||
|
cat "$file" | ssh -T paste@kentoj.de -- $@
|
||||||
2
pkgs.txt
2
pkgs.txt
|
|
@ -18,6 +18,8 @@ lr
|
||||||
luakit
|
luakit
|
||||||
lxappearance
|
lxappearance
|
||||||
lxterminal
|
lxterminal
|
||||||
|
man-pages-devel
|
||||||
|
man-pages-posix
|
||||||
mtm
|
mtm
|
||||||
netsurf
|
netsurf
|
||||||
opendoas
|
opendoas
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue