generalize window locker in sysact script
This commit is contained in:
parent
622374cc92
commit
7cc9ade929
|
@ -6,11 +6,11 @@ case "$(readlink -f /sbin/init)" in
|
|||
esac
|
||||
|
||||
case "$(printf " lock\nﴚ leave dwm\n累 renew dwm\nﭦ hibernate\n sleep\nﰇ reboot\n襤 shutdown\n display off" | dmenu -i -p 'Action: ')" in
|
||||
' lock') slock -m "$(cowsay -f octopus "$(fortune)" | lolcat -ft)" && gpg-connect-agent --no-autostart reloadagent /bye;;
|
||||
' lock') xset s activate & gpg-connect-agent --no-autostart reloadagent /bye;;
|
||||
'ﴚ leave dwm') kill -TERM "$(pgrep -u "$USER" "\bdwm$")" ;;
|
||||
'累 renew dwm') kill -HUP "$(pgrep -u "$USER" "\bdwm$")" ;;
|
||||
'ﭦ hibernate') slock $ctl hibernate ;;
|
||||
' sleep') slock $ctl suspend ;;
|
||||
# 'ﭦ hibernate') slock $ctl hibernate ;;
|
||||
# ' sleep') slock $ctl suspend ;;
|
||||
'ﰇ reboot') $ctl reboot ;;
|
||||
'襤 shutdown') $ctl poweroff ;;
|
||||
' display off') xset dpms force off ;;
|
||||
|
|
Loading…
Reference in New Issue