blob: 2bbcf649c3245c46e701b82611230ec765eef302 (
plain) (
blame)
1
2
3
4
5
6
7
|
^sep()
Log Out,~/.a/sys/on-wm-logout.sh && loginctl terminate-user $USER,system-log-out
Lock Now,~/.a/sys/lock.sh now,system-lock-screen
^sep()
Suspend,systemctl suspend,system-suspend
Reboot,~/.a/sys/on-wm-logout.sh && systemctl reboot,system-reboot
Shutdown,~/.a/sys/on-wm-logout.sh && systemctl poweroff,system-shutdown
|