feat(hyprland): add fws-hello welcome window on first startup

Add execution of fws-hello with --autostart flag to display a welcome window on first launch. The window will be automatically hidden on subsequent startups.
This commit is contained in:
2026-07-04 12:55:50 +02:00
parent 4d36e86f51
commit d399fc5fa6
@@ -72,6 +72,8 @@ exec-once = nm-applet
# pas → blueman afficherait une erreur « Connection to BlueZ failed »). # pas → blueman afficherait une erreur « Connection to BlueZ failed »).
exec-once = sh -c '[ -n "$(ls -A /sys/class/bluetooth 2>/dev/null)" ] && exec blueman-applet' exec-once = sh -c '[ -n "$(ls -A /sys/class/bluetooth 2>/dev/null)" ] && exec blueman-applet'
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# Fenêtre de bienvenue (1er démarrage seulement — se retire ensuite).
exec-once = fws-hello --autostart
$mod = SUPER $mod = SUPER