dotfiles/.profile
lickthecheese b768a0c373 .profile
2019-08-16 07:36:15 -04:00

6 lines
128 B
Bash
Executable file

#!/bin/bash
[ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx