mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-07-16 22:16:11 +08:00
4 lines
88 B
Bash
4 lines
88 B
Bash
# Autostart X
|
|
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
|
xinit qtile start -b x11
|
|
fi
|