mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-09 04:49:38 +00:00
simple-power-menu: change qtile logout function
This commit is contained in:
parent
43b7773876
commit
aa091f84c0
@ -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-}";;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user