SaturnArch/airootfs/etc/skel/.bash_profile
Lukáš Plevač 064485e00f base system
2021-02-06 18:44:31 +00:00

4 lines
70 B
Bash

if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startxfce4
fi