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.
This commit is contained in:
2026-07-04 03:06:39 +02:00
parent 75113980f0
commit d0e431329d
@@ -57,6 +57,7 @@ animations {
misc { misc {
disable_hyprland_logo = true disable_hyprland_logo = true
disable_splash_rendering = true # pas de « Thanks xxx! » en bas d'écran
force_default_wallpaper = 0 force_default_wallpaper = 0
background_color = 0x1a1a2e # bleu nuit FWS (aucun fond requis) background_color = 0x1a1a2e # bleu nuit FWS (aucun fond requis)
} }