From 95819026d5a7d3b2ca6f93b04bcd8a52a57694e5 Mon Sep 17 00:00:00 2001 From: "yuri.kuit" Date: Sat, 23 May 2026 20:50:00 +0200 Subject: [PATCH] fedora niri fix --- v2/fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/fedora.sh b/v2/fedora.sh index c342f25..6820573 100755 --- a/v2/fedora.sh +++ b/v2/fedora.sh @@ -165,7 +165,7 @@ esac # 5. Tiling Window Manager installation ########################## case "$TWM" in - chadwm|hyprland) + chadwm|hyprland|niri) say_yellow "Installing $TWM..." SCRIPT_NAME="$SCRIPT_DIR/${OS}-${TWM}.sh" if [[ -f "$SCRIPT_NAME" ]]; then