simple-power-menu: change qtile logout function

This commit is contained in:
Guilherme Rugai Freire 2021-08-29 21:26:41 -03:00
parent 43b7773876
commit aa091f84c0
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -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-}";;