diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-08 21:45:37 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-08 21:45:37 +0200 |
commit | 5466e3d6599181f07ea5824b0eba22d0c333dc3f (patch) | |
tree | f467bc179b4f65ca3903b4fe1d5bbfda28c672df /profile | |
parent | 020a96cf66595d47eba58724d28aeb3e88c907cf (diff) | |
download | myconfigs-5466e3d6599181f07ea5824b0eba22d0c333dc3f.tar.gz myconfigs-5466e3d6599181f07ea5824b0eba22d0c333dc3f.tar.bz2 myconfigs-5466e3d6599181f07ea5824b0eba22d0c333dc3f.zip |
Changes made while transferring to gentoo
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,11 +1,9 @@ # Rest of the profile run only if login is from linux console [[ "$(tty)" != /dev/tty* ]] && return -# Start pulse audio -pulseaudio --start 2>/dev/null # Start music player daemon 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 +[ "$(tty)" = "/dev/tty1" ] && exec startx -- vt1 |