mirror of
https://github.com/adi1090x/rofi.git
synced 2026-05-03 20:13:10 +02:00
Set the check to regex
This commit is contained in:
@@ -74,7 +74,7 @@ run_cmd() {
|
|||||||
openbox --exit
|
openbox --exit
|
||||||
elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
|
elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
|
||||||
bspc quit
|
bspc quit
|
||||||
elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
|
elif [[ "$DESKTOP_SESSION" =~ 'i3' ]]; then
|
||||||
i3-msg exit
|
i3-msg exit
|
||||||
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
|
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
|
||||||
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
|
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
|
||||||
|
|||||||
Reference in New Issue
Block a user