From fc1bc218a4740d734ad40723eeb54f6a77f05ef2 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 12:55:56 +0200 Subject: [PATCH] feat(i3-config): add fws-hello welcome window on startup Add execution of fws-hello with --autostart flag to display a welcome window on first boot only. The window will automatically hide after the initial startup. --- configs/releng/airootfs/usr/local/share/fws/i3-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/releng/airootfs/usr/local/share/fws/i3-config b/configs/releng/airootfs/usr/local/share/fws/i3-config index 52bfb39..ea1ab10 100644 --- a/configs/releng/airootfs/usr/local/share/fws/i3-config +++ b/configs/releng/airootfs/usr/local/share/fws/i3-config @@ -149,3 +149,5 @@ exec --no-startup-id dunst exec --no-startup-id nm-applet exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id sh -c '[ -n "$(ls -A /sys/class/bluetooth 2>/dev/null)" ] && exec blueman-applet' +# Fenêtre de bienvenue (1er démarrage seulement — se retire ensuite). +exec --no-startup-id fws-hello --autostart