You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
655 B
37 lines
655 B
5 years ago
|
{
|
||
|
"label" : "lock",
|
||
|
"action" : "swaylock",
|
||
|
"text" : "Lock",
|
||
|
"keybind" : "l"
|
||
|
}
|
||
|
{
|
||
|
"label" : "hibernate",
|
||
|
"action" : "systemctl hibernate",
|
||
|
"text" : "Hibernate",
|
||
|
"keybind" : "h"
|
||
|
}
|
||
|
{
|
||
|
"label" : "logout",
|
||
|
"action" : "loginctl terminate-user $USER",
|
||
|
"text" : "Logout",
|
||
|
"keybind" : "e"
|
||
|
}
|
||
|
{
|
||
|
"label" : "shutdown",
|
||
|
"action" : "systemctl poweroff",
|
||
|
"text" : "Shutdown",
|
||
|
"keybind" : "s"
|
||
|
}
|
||
|
{
|
||
|
"label" : "suspend",
|
||
|
"action" : "systemctl suspend",
|
||
|
"text" : "Suspend",
|
||
|
"keybind" : "u"
|
||
|
}
|
||
|
{
|
||
|
"label" : "reboot",
|
||
|
"action" : "systemctl reboot",
|
||
|
"text" : "Reboot",
|
||
|
"keybind" : "r"
|
||
|
}
|