From 1556454cc7c99b15fcf7f87e23156c5d449c980a Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 24 Apr 2025 18:56:28 +0200
Subject: [PATCH] hyprland

---
 docs/desktop/wayland/hyprland/distributions.md | 15 ++++-----------
 docs/desktop/wayland/hyprland/hyprland.md      |  2 ++
 docs/desktop/wayland/hyprland/mylinux4work.md  | 11 ++++++++++-
 docs/desktop/wayland/login-managers.md         |  8 ++------
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/desktop/wayland/hyprland/distributions.md b/docs/desktop/wayland/hyprland/distributions.md
index 8ff1bd2..cc98d1b 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 edc64a2..46a222d 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 f8926df..5d10111 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 8bda76a..9ba179e 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
 ```
-- 
GitLab