dotfiles/.config/xinitrc

7 lines
231 B
Bash

#!/bin/sh
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile"
if [[ "$OSTYPE" == "linux-gnu" ]]; then
# exec tdm --xstart
[[ -n "$XDG_VTNR" && $XDG_VTNR -le 2 ]] && exec tbsm
fi