#!/bin/bash

[ -f $HOME/.bashrc ] && . $HOME/.bashrc

# if [[ "$(tty)" = "/dev/tty1" ]]; then
#   exec startx $HOME/.config/X11/xinitrc
# fi