35 lines
509 B
Text
35 lines
509 B
Text
{
|
|
"label" : "lock",
|
|
"action" : "swaylock",
|
|
"text" : "Lock"
|
|
}
|
|
|
|
{
|
|
"label" : "hibernate",
|
|
"action" : "systemctl hibernate",
|
|
"text" : "Hibernate"
|
|
}
|
|
|
|
{
|
|
"label" : "logout",
|
|
"action" : "hyprctl dispatch exit",
|
|
"text" : "Logout"
|
|
}
|
|
|
|
{
|
|
"label" : "shutdown",
|
|
"action" : "shutdown now",
|
|
"text" : "Shutdown"
|
|
}
|
|
|
|
{
|
|
"label" : "suspend",
|
|
"action" : "loginctl suspend",
|
|
"text" : "Suspend"
|
|
}
|
|
|
|
{
|
|
"label" : "reboot",
|
|
"action" : "reboot",
|
|
"text" : "Reboot"
|
|
}
|