rydesun/.config/zsh/zprofile
2021-09-16 16:43:45 +08:00

4 lines
88 B
Bash

# Autostart X
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
xinit qtile start -b x11
fi