summaryrefslogtreecommitdiff
path: root/.profile
blob: ddaabba99f9dc539aefc1a89defbe99be2aacda7 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Filip's .profile.

# Set environment variables
. /home/filipek/.config/shell/envvarrc

# Start graphical server on user's current tty if not already running.
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"