diff --git a/simple-power-menu/simple-power-menu.sh b/simple-power-menu/simple-power-menu.sh index e415381..3e67aee 100755 --- a/simple-power-menu/simple-power-menu.sh +++ b/simple-power-menu/simple-power-menu.sh @@ -13,7 +13,7 @@ fn_logout() { case "$DESKTOP_SESSION" in *openbox*) openbox --exit;; *i3*) i3-msg exit;; - *qtile*) qtile shell -c 'shutdown()';; + *qtile*) killall qtile;; *fluxbox*) killall fluxbox;; *bspwm*) bspc quit 1;; *) loginctl terminate-session "${XDG_SESSION_ID-}";;