25 lines
436 B
Plaintext
25 lines
436 B
Plaintext
{
|
|
"label" : "lock",
|
|
"action" : "swaylock",
|
|
"text" : "Verrouiller",
|
|
"keybind" : "l"
|
|
}
|
|
{
|
|
"label" : "suspend",
|
|
"action" : "systemctl suspend",
|
|
"text" : "Suspendre",
|
|
"keybind" : "u"
|
|
}
|
|
{
|
|
"label" : "reboot",
|
|
"action" : "systemctl reboot",
|
|
"text" : "Redémarrer",
|
|
"keybind" : "r"
|
|
}
|
|
{
|
|
"label" : "shutdown",
|
|
"action" : "systemctl poweroff",
|
|
"text" : "Éteindre",
|
|
"keybind" : "s"
|
|
}
|