Odio material 3 odio material 3 odio material 3 odio material 3
https://m3.material.io/
https://m3.material.io/
journalctl -u micro
PW.zip
Il mio livello in Bash
printlns() { printf '%s\n' "$@"; }
repeatn() { yes "${@:2}" | head -n"$1"; }
jack_link_prefixes() {
local src=() dest=()
mapfile -t src < <(jack_lsp "${1:?Undefined source.}")
mapfile -t dest < <(jack_lsp "${2:?Undefined sink.}")
local na=${#src[@]} nb=${#dest[@]}
while IFS=$'\t' read -r a b; do
jack_connect "$a" "$b"
done < <(
((na==1)) && {
paste <(repeatn $nb "${src[0]}") <(printlns "${dest[@]}"); exit
}
((nb==1)) && {
paste <(printlns "${src[@]}") <(repeatn $na "${dest[0]}"); exit
}
((na==nb)) && {
paste <(printlns "${src[@]}") <(printlns "${dest[@]}"); exit
}
echo "Unsupported link operation: $na..$nb channels." >&2
exit 2
)
}
journalctl -u micro
Did you handled automatic mono/stereo channels linking in pure bash? yes What did it cost? everything
Io ieri a sostituire il mio setup Carla+LSP con Calf standalone
• alcuni plugin sono molto più potenti
• carica molto più velocemente dato che la GUI del patchbay non è in Python
• non devo impazzire per nascondere le finestre, possono rimanere nella tray
• alcuni plugin sono molto più potenti
• carica molto più velocemente dato che la GUI del patchbay non è in Python
• non devo impazzire per nascondere le finestre, possono rimanere nella tray
Ricordo che su Firefox sono sempre esistiti i profili
https://ffprofile.com/
about:profilesSito nello screen:
$ firefox --ProfileManager
$ firefox -P PROFILO --no-remote
https://ffprofile.com/
Qualcuno: come rimuovo dei file da terminale?
chatgpt: è semplice,
chatgpt: è semplice,
$ sudo rm -rf --no-preserve-root /🔥2
journalctl -u micro
kde_apply_soundpack.sh
Dimmi che si possono allineare i suoni di notifica di firefox / gtk
https://wiki.archlinux.org/noscript/Libcanberra
https://wiki.archlinux.org/noscript/Libcanberra
> $HOME/.gtkrc-2.0
> $XDG_CONFIG_HOME/gtk-3.0/settings.ini
gtk-enable-event-sounds=true
gtk-enable-input-feedback-sounds=true
gtk-sound-theme-name=freedesktop ⭐️https://github.com/roc-streaming/roc-droid/
Android app implementing Roc sender and receiver. Work in progress!
Features:
• receive sound from remote Roc-compatible sender and play to local audio device
• capture sound from apps or microphone and send to remote Roc-compatible receiver
+ https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Network#roc
= pipewire <==> android
Android app implementing Roc sender and receiver. Work in progress!
Features:
• receive sound from remote Roc-compatible sender and play to local audio device
• capture sound from apps or microphone and send to remote Roc-compatible receiver
+ https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Network#roc
= pipewire <==> android
GitHub
GitHub - roc-streaming/roc-droid: Roc for Android!
Roc for Android! Contribute to roc-streaming/roc-droid development by creating an account on GitHub.
journalctl -u micro
https://github.com/gustawho/okular-backend-mupdf
Questo backend renderizza i PDF come una scheggia e i contenuti vettoriali non sono "seghettati". È presente su AUR e riesce a compilare in un attimo, ma per farlo riconoscere bisogna disabilitare Poppler forzatamente:
DOWNSIDE
Non è possibile stampare.
mv /usr/lib/qt/plugins/okular/generators/{,.}okularGenerator_poppler.so
mv /usr/share/kservices5/{,.}okularPoppler.desktop
(altrimenti è necessario dirgli quale backend usare ogni volta abilitando l'opzione "mostra scelta backend")DOWNSIDE
Non è possibile stampare.