diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ pulseaudio --start 2>/dev/null mpd ~/.config/mpd/mpd.conf # Start email synchronization ~/.local/sbin/syncemail +# And if we are on first terminal also automatically start x server +[ "$(tty)" = "/dev/tty1" ] && startx |