Sway : premiers essais
This commit is contained in:
9
.profile
9
.profile
@ -18,3 +18,12 @@ done
|
||||
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
||||
export $(gnome-keyring-daemon -s)
|
||||
fi
|
||||
|
||||
# Démarrage de l'environnement préféré
|
||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
if [ $HOST = 'fuztest' ] || [ $HOST = 'fuz' ]; then
|
||||
exec sway
|
||||
else
|
||||
exec i3
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user