10 lines
326 B
CSV
10 lines
326 B
CSV
^sep()
|
|
Lock,hyprlock,system-lock-screen
|
|
Exit,^checkout(exit),system-shutdown
|
|
^tag(exit)
|
|
Suspend,systemctl -i suspend,system-log-out
|
|
Hybrid Suspend,systemctl -i hybrid-sleep,system-suspend
|
|
Reboot,systemctl -i reboot,system-reboot
|
|
Hibernate,systemctl -i hibernate,system-hibernate
|
|
Poweroff,systemctl -i poweroff,system-shutdown
|