From d399fc5fa668ba6645eb566c82361a58c4d60f91 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 12:55:50 +0200 Subject: [PATCH] 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. --- configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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 2d00db5..386e3f7 100644 --- a/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl +++ b/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl @@ -72,6 +72,8 @@ exec-once = nm-applet # 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 = /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