From b5398cc256631b02e79414c251604daeffe54edc Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 22 Jul 2021 00:48:23 +0800 Subject: [PATCH] Upgrade qtile 0.18.0 --- .config/zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile index 42f2280..f8bf353 100644 --- a/.config/zsh/zprofile +++ b/.config/zsh/zprofile @@ -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