#!/usr/bin/env sh if [ ! "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then exec startx "$XDG_CONFIG_HOME"/xresources/xinitrc fi