feat: install and Xfce

[50][DONE]
This commit is contained in:
2026-05-27 10:21:41 +02:00
parent 0fb4c1bf5c
commit d5e0069889
10 changed files with 37 additions and 5 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
#!/bin/sh
# Lancé par startx (cf. /root/.zprofile)
# Lancé par startx (cf. /root/.zprofile), uniquement dans le live FWS.
if [ ! -d /run/archiso ]; then
exit 0
fi
xsetroot -solid "#1a1a2e"
openbox &
sleep 1