From 01cf450c9ac4f81e0d1736d93b13ecf3c5e9fe7b Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 24 Nov 2021 20:29:09 +0100 Subject: xinit: Start qtile using start subcommand .xinitrc: Qtile needs to be started using the start subcommand. --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index e588047..ebb31eb 100755 --- a/.xinitrc +++ b/.xinitrc @@ -8,7 +8,7 @@ session=${1:-qtile} case $session in i3|i3wm ) exec i3;; kde ) exec startkde;; - qtile ) exec qtile;; + qtile ) exec qtile start;; awesome ) exec awesome;; xfce|xfce4 ) exec startxfce4;; # No known session, try to run it as command -- cgit v1.2.3-70-g09d2