Files
FWS-ISO/configs/baseline/airootfs/root/.xinitrc
T

16 lines
385 B
Bash

#!/bin/sh
# 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
# Choix du bureau AVANT Calamares (le module packagechooser n'est pas compilé
# dans le paquet calamares AUR). Écrit /run/fws-desktop, lu pendant l'install.
/usr/local/bin/fws-pick-desktop || true
exec calamares