31 lines
565 B
Plaintext
31 lines
565 B
Plaintext
{
|
|
"label" : "lock",
|
|
"action" : "hyprlock",
|
|
"text" : "Verrouiller",
|
|
"keybind" : "l"
|
|
}
|
|
{
|
|
"label" : "logout",
|
|
"action" : "hyprctl dispatch exit"
|
|
"text" : "Déconnecter",
|
|
"keybind" : "e"
|
|
}
|
|
{
|
|
"label" : "shutdown",
|
|
"action" : "systemctl poweroff",
|
|
"text" : "Éteindre",
|
|
"keybind" : "s"
|
|
}
|
|
{
|
|
"label" : "suspend",
|
|
"action" : "~/.config/hypr/scripts/suspend.sh",
|
|
"text" : "Veille",
|
|
"keybind" : "u"
|
|
}
|
|
{
|
|
"label" : "reboot",
|
|
"action" : "systemctl reboot",
|
|
"text" : "Redémarrer",
|
|
"keybind" : "r"
|
|
}
|