diff --git a/docs/cloud/cloud.md b/docs/cloud/cloud.md
index 5dcf1b1540637a4f6c65955b9427bf30fe5d9395..52732b4c853150ec0e0c431e51229969dd374892 100644
--- a/docs/cloud/cloud.md
+++ b/docs/cloud/cloud.md
@@ -4,9 +4,15 @@
 
 Alternatives to the big 3:
 
-- [European cloud computing platforms](https://european-alternatives.eu/category/cloud-computing-platforms)
+- [European Alternatives: cloud computing platforms](https://european-alternatives.eu/category/cloud-computing-platforms)
+- [Ionos](https://cloud.ionos.de/)
 - [Stackit](https://www.stackit.de/en/)
-  - Based in Germany
-- [Open Telekom Cloud](https://www.open-telekom-cloud.com/)
-  - Based in Germany
-  - Based on [OpenStack](https://de.wikipedia.org/wiki/OpenStack)
+  - Based in Germany by Schwarz Group
+
+### Based on OpenStack
+
+- [OpenStack](https://de.wikipedia.org/wiki/OpenStack)
+- [Open Telekom Cloud](https://www.open-telekom-cloud.com/) (Germany)
+- OVH Cloud (France)
+- Elastx (Sweden)
+- Fuga Cloud (Netherlands)
diff --git a/docs/desktop/wayland/hyprland/tools.md b/docs/desktop/wayland/hyprland/tools.md
new file mode 100644
index 0000000000000000000000000000000000000000..d3f29ac8ac43d8b9855c702c50d301ec3417780c
--- /dev/null
+++ b/docs/desktop/wayland/hyprland/tools.md
@@ -0,0 +1,7 @@
+# Hyprland tools
+
+## hyprpanel
+
+- [Website](https://hyprpanel.com/)
+- AUR package: `ags-hyprpanel-git`
+- Broke Manjaro sway update, had to uninstall
diff --git a/docs/etc/file-managers.md b/docs/etc/file-managers.md
index 063a08854da43b6f55e066ec53a4f2c2c29b5d0a..78389262a5c686009d8a1557e310dc21f6654fa2 100644
--- a/docs/etc/file-managers.md
+++ b/docs/etc/file-managers.md
@@ -1,5 +1,7 @@
 # File managers
 
+- [Awesome TUIs: file-managers](https://github.com/rothgar/awesome-tuis?tab=readme-ov-file#file-managers)
+
 ## Nautilus
 
 Install:
@@ -11,15 +13,41 @@ sudo pacman -R nautilus gvfs-smb
 ## yazi
 
 - [Website](https://yazi-rs.github.io/)
+- [Docs](https://yazi-rs.github.io/docs/quick-start)
+  - [Key bindings](https://yazi-rs.github.io/docs/quick-start#keybindings)
+    "Press q to quit, F1 or ~ to open the help menu."
+- [GitHub](https://github.com/sxyazi/yazi)
+- 23k stars, 127 contributors
 - Rust, fast !
 - Neovim plugin: [yazi.nvim](https://github.com/mikavilpas/yazi.nvim?tab=readme-ov-file)
 
 ## ranger
 
 - [GitHub](https://github.com/ranger/ranger)
+- 16k stars, 212 contributors
 - Python
 - [Neovim plugin](https://github.com/kelly-lin/ranger.nvim?tab=readme-ov-file)
 
+## broot
+
+- [Website](https://dystroy.org/broot/)
+- 11k stars, 93 contributors
+- Rust
+- Recent release
+
+## lf
+
+- [GitHub](https://github.com/gokcehan/lf)
+- 8k stars, 104 contributors
+- Arch package: `lf`
+
+## superfile
+
+- [GitHub](https://github.com/yorukot/superfile)
+- 13k stars, 64 contributors
+- Go
+- Recent release
+
 ## nnn
 
 - [GitHub](https://github.com/jarun/nnn/)
@@ -61,3 +89,10 @@ Install helpers:
 sudo apt install imagemagick bat ffmpegthumbnailer libmagic-dev
 env GO111MODULE=on go get -u github.com/doronbehar/pistol/cmd/pistol
 ```
+
+## Stale / outdated
+
+- [goful](https://github.com/anmitsu/goful)
+  - Last commit 2021
+- [sfm](https://github.com/afify/sfm)
+  - Last release 2021
diff --git a/docs/etc/mimetype.md b/docs/etc/mimetype.md
index 6120103ad98692e6aa23ed48e86e1572fd7f4ec1..ef5dc3df2ddedb8bf25c6e6fd66fca0b987cec04 100644
--- a/docs/etc/mimetype.md
+++ b/docs/etc/mimetype.md
@@ -9,31 +9,35 @@ files but also by the `Mimetype=` entries of all available `.desktop` files !
 
 Query mimetype of given file:
 
-```sh
-$ mimetype ~/Howtos/accessibility.md
-/home/varac/Howtos/accessibility.md: text/markdown
-```
-
-or:
-
 ```sh
 $ file --mime-type image.png
 image/png
 ```
 
-or:
-
-```sh
-gio mime text/html
-```
-
 Query default app to open given filetype:
 
 ```console
-❯ XDG_UTILS_DEBUG_LEVEL=9 xdg-mime query default image/jpeg
+ $ XDG_UTILS_DEBUG_LEVEL=9 xdg-mime query default text/html
 Checking /home/varac/.config/mimeapps.list
-Checking /home/varac/.local/share/applications/defaults.list and /home/varac/.local/share/applications/mimeinfo.cache
-darktable.desktop
+chromium.desktop
+```
+
+`gio mime` is more detailed:
+
+```sh
+gio mime text/html
+Default application for “text/html”: chromium.desktop
+Registered applications:
+ chromium.desktop
+ firefox.desktop
+ mullvad-browser.desktop
+ helix.desktop
+ libreoffice-writer.desktop
+ nvim.desktop
+Recommended applications:
+ chromium.desktop
+ firefox.desktop
+ mullvad-browser.desktop
 ```
 
 Global Mimetypes: `/etc/mime.types`
diff --git a/docs/hardware/bluetooth.md b/docs/hardware/bluetooth.md
index 2dc252c48de2b39ac8eeac1e2574a3f90b3fea13..b76e6816eeacc872e10d563d460d4650e039c65b 100644
--- a/docs/hardware/bluetooth.md
+++ b/docs/hardware/bluetooth.md
@@ -4,7 +4,7 @@
 
 ## bluetoothctl
 
-- [Arch wiki:  bluetoothctl](https://wiki.archlinux.org/index.php/bluetooth#Bluetoothctl)
+- [Arch wiki: bluetoothctl](https://wiki.archlinux.org/index.php/bluetooth#Bluetoothctl)
 
 Start bluetoothctl:
 
@@ -41,18 +41,7 @@ exit
 
 ## Hardware specifics
 
-### Headsets
-
-- [Arch wiki: Bluetooth headset](https://wiki.archlinux.org/index.php/Bluetooth_headset)
-- [Switch between HSP/HFP and A2DP setting](https://wiki.archlinux.org/title/bluetooth_headset#Switch_between_HSP/HFP_and_A2DP_setting)
-
-#### Philips Headset SHB 8850 NC
-
-Press Bluetooth button a few seconds.
-
-#### SHOKZ OpenRun Pro
-
-- [Benutzerhandbuch](https://cdn.shopify.com/s/files/1/0474/1981/8141/files/OpenRun_Pro_User_Guide-German.pdf?v=1699598130)
+- [Headsets](./headsets.md)
 
 ### Jambox
 
diff --git a/docs/hardware/headsets.md b/docs/hardware/headsets.md
new file mode 100644
index 0000000000000000000000000000000000000000..056bf47291d67022e638f028daffb5db1d9e8901
--- /dev/null
+++ b/docs/hardware/headsets.md
@@ -0,0 +1,20 @@
+# Bluetooth headsets
+
+- [Arch wiki: Bluetooth headset](https://wiki.archlinux.org/index.php/Bluetooth_headset)
+- [Switch between HSP/HFP and A2DP setting](https://wiki.archlinux.org/title/bluetooth_headset#Switch_between_HSP/HFP_and_A2DP_setting)
+
+## Philips Headset SHB 8850 NC
+
+Press Bluetooth button a few seconds.
+
+## SHOKZ OpenRun Pro
+
+- [Benutzerhandbuch](https://cdn.shopify.com/s/files/1/0474/1981/8141/files/OpenRun_Pro_User_Guide-German.pdf?v=1699598130)
+
+## Bose
+
+### QC 35
+
+## Dell WL5024
+
+- Recommendation: Bluetooth 5.2 (needed for good mic quality)