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
|
||||
* mblaze
|
||||
* pipewire/dbus + rnnoise ig
|
||||
* 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 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)
|
||||
* 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
|
||||
----------------------
|
||||
|
||||
needed: michaelforney's velox
|
||||
recommended: meh dwm cgo(see dl.kentoj.de/patches/cgo-*)
|
||||
|
||||
mkdir ~/pkg
|
||||
|
|
@ -60,8 +72,3 @@ no beep
|
|||
|
||||
restart or simply:
|
||||
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
|
||||
lxappearance
|
||||
lxterminal
|
||||
man-pages-devel
|
||||
man-pages-posix
|
||||
mtm
|
||||
netsurf
|
||||
opendoas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue