Upgrade qtile 0.18.0

This commit is contained in:
rydesun 2021-07-22 00:48:23 +08:00
parent cc858b3f5a
commit b5398cc256

View file

@ -1,4 +1,4 @@
# Autostart X
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
xinit qtile
xinit qtile start -b x11
fi