diff --git a/docs/desktop/wayland/hyprland/distributions.md b/docs/desktop/wayland/hyprland/distributions.md
index 8ff1bd2d91468687d3c4b8dbceeb1fcf773c0360..cc98d1bf32810f316347316a195e374be3474177 100644
--- a/docs/desktop/wayland/hyprland/distributions.md
+++ b/docs/desktop/wayland/hyprland/distributions.md
@@ -4,20 +4,13 @@
 
 ## ml4w / mylinuxforwork
 
-- [mylinuxforwork/dotfiles](https://github.com/mylinuxforwork/dotfiles)
-- ~2k stars, 26 contributors
-- Last release 2025-02
-- Recent activity, recent releases, ~1.7k commits
-- local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles`
-- AUR packages: `ml4w-hyprland`, `ml4w-hyprland-git`
-  from the ml4w author
-- Cons: Installation needed, some dotfiles are just templates
+see [./mylinux4work.md](./mylinux4work.md)
 
 ## HyDE
 
 - [GitHub](https://github.com/Hyde-project/hyde)
 - "Portable and extensible re-work of prasanthrangan/hyprdots"
-- 500 stars, 17 contributors
+- 2k stars, 17 contributors
 - Recent activity, recent releases, ~2k commits
 - AUR package: `hyde-cli-git` (outdated)
 
@@ -32,7 +25,7 @@
 ## JaKooLit
 
 - [KooL's Hyprland Dotfiles](https://github.com/JaKooLit/Hyprland-Dots)
-- 1.4k stars, 35 contributors
+- 1.7k stars, 35 contributors
 - Recent activity, recent releases, ~1.7k commits
 
 ## end_4
@@ -40,7 +33,7 @@
 - [GitHub](https://github.com/end-4/dots-hyprland)
 - 5.2k stars, 56 contributors
 - Recent activity, ~2k commits
-- Last release 2023
+- No releases or tags
 - Cons:
   - [Seems to compile hyprland](https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/#before-you-start)
 
diff --git a/docs/desktop/wayland/hyprland/hyprland.md b/docs/desktop/wayland/hyprland/hyprland.md
index edc64a205e00cba1c96adbeb7889a0b3a53d0662..46a222d33ddde88079741c502fdb56819360ce62 100644
--- a/docs/desktop/wayland/hyprland/hyprland.md
+++ b/docs/desktop/wayland/hyprland/hyprland.md
@@ -1,6 +1,8 @@
 # hyprland
 
 - [Awesome Hyprland](https://github.com/hyprland-community/awesome-hyprland)
+- Does not depend on wlroots anymore: [Hyprland is now fully independent!](https://hyprland.org/news/independentHyprland/)
+  - [What is the wlroots rewrite, why, and how's it going?](https://blog.vaxry.net/articles/2024-wlrootsRewrite)
 
 ## Install
 
diff --git a/docs/desktop/wayland/hyprland/mylinux4work.md b/docs/desktop/wayland/hyprland/mylinux4work.md
index f8926df10a75674afb552282d796c14b55ad8f3b..5d101116803055ff06558084ef2b916b4fed787b 100644
--- a/docs/desktop/wayland/hyprland/mylinux4work.md
+++ b/docs/desktop/wayland/hyprland/mylinux4work.md
@@ -2,12 +2,21 @@
 
 Complete desktop environment solution, imo a bit convoluted, i.e.
 it ships configuration (and conflicts with own dotfiles)
-for `nvim`, `kitty` etc.
+for `nvim`, `kitty`, `waybar`, `rofi` etc.
 
 - [mylinuxforwork/dotfiles](https://github.com/mylinuxforwork/dotfiles)
+- ~2.3k stars, 26 contributors
+- Last release 2025-02
+- Recent activity, recent releases, ~1.7k commits
+- local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles`
+- AUR packages: `ml4w-hyprland`, `ml4w-hyprland-git`
+  from the ml4w author
+- Cons: Installation needed, some dotfiles are just templates
 - local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles`
 - Git checkout local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles`
 - Backup dir: `.ml4w-hyprland/backup/`
+- Settings dir: `~/.config/ml4w` which is a symlink to `~/ml4w-dotfiles/.config/ml4w/`,
+  which makes it hard to version custom config in own dotfiles
 
 ## Install
 
diff --git a/docs/desktop/wayland/login-managers.md b/docs/desktop/wayland/login-managers.md
index 8bda76a2891473e06b9bcf1b4f80a65a7037e788..9ba179e25d66d934b95216a8421d0b3d21e1dd2a 100644
--- a/docs/desktop/wayland/login-managers.md
+++ b/docs/desktop/wayland/login-managers.md
@@ -120,12 +120,8 @@ Issues:
 
 ### SDDM wayland support
 
-- For proper Wayland support [sddm-git](https://aur.archlinux.org/packages/sddm-git) is needed
-  until a new [release](https://github.com/sddm/sddm/releases) is made `>0.19.0`
-- See also:
-  - [0.20.0 milestone](https://github.com/sddm/sddm/milestone/13)
+- Wayland support since [0.20.0](https://github.com/sddm/sddm/milestone/13)
   - [Wayland SDDM](https://github.com/LeoMeinel/arch-install/issues/34)
-- Beware: Compiling `sddm-git` won't work on Asahi Linux
 - Also: By default SDDM still uses a Xorg session for the greeter, even when
   it starts a wayland session afterwards.
   - I didn't want to configure a german keyboard using Xorg files.
@@ -135,5 +131,5 @@ Issues:
 Install:
 
 ```sh
-paru -S sddm-git
+paru -S sddm
 ```