mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
Compare commits
3 Commits
f1f1182f34
...
56223b7429
Author | SHA1 | Date | |
---|---|---|---|
|
56223b7429 | ||
|
ba970a1f49 | ||
|
5fd5fd2fed |
@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://github.com/davidtoska.png" width="60px" alt="David Toska" /></a><!-- sponsors -->
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><!-- sponsors -->
|
||||
</p>
|
||||
|
||||
---
|
||||
|
@ -78,6 +78,8 @@ run_cmd() {
|
||||
i3-msg exit
|
||||
elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
|
||||
qdbus org.kde.ksmserver /KSMServer logout 0 0 0
|
||||
elif [[ "$DESKTOP_SESSION" == 'sway' ]]; then
|
||||
swaymsg exit
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@ -99,6 +101,8 @@ case ${chosen} in
|
||||
betterlockscreen -l
|
||||
elif [[ -x '/usr/bin/i3lock' ]]; then
|
||||
i3lock
|
||||
elif [[ -x '/usr/bin/swaylock' ]]; then
|
||||
swaylock
|
||||
fi
|
||||
;;
|
||||
$suspend)
|
||||
|
Loading…
Reference in New Issue
Block a user