From d0e431329d170a86defbb6cadf58a289659d9dda Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 03:06:39 +0200 Subject: [PATCH] refactor(hyprland): disable splash rendering in hyprland configuration Add disable_splash_rendering option to misc section to hide the startup splash message at the bottom of the screen. --- configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl b/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl index 105ebc2..676bcb5 100644 --- a/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl +++ b/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl @@ -57,6 +57,7 @@ animations { misc { disable_hyprland_logo = true + disable_splash_rendering = true # pas de « Thanks xxx! » en bas d'écran force_default_wallpaper = 0 background_color = 0x1a1a2e # bleu nuit FWS (aucun fond requis) }