36 lines
648 B
Plaintext
36 lines
648 B
Plaintext
{
|
|
"label": "lock",
|
|
"action": "loginctl lock-session",
|
|
"text": "Lock",
|
|
"keybind": "l"
|
|
}
|
|
{
|
|
"label": "hibernate",
|
|
"action": "systemctl hibernate",
|
|
"text": "Hibernate",
|
|
"keybind": "h"
|
|
}
|
|
{
|
|
"label": "logout",
|
|
"action": "hyprctl dispatch exit",
|
|
"text": "Logout",
|
|
"keybind": "e"
|
|
}
|
|
{
|
|
"label": "shutdown",
|
|
"action": "systemctl poweroff",
|
|
"text": "Shutdown",
|
|
"keybind": "s"
|
|
}
|
|
{
|
|
"label": "suspend",
|
|
"action": "sleep 0.1 && systemctl suspend",
|
|
"text": "Suspend",
|
|
"keybind": "u"
|
|
}
|
|
{
|
|
"label": "reboot",
|
|
"action": "systemctl reboot",
|
|
"text": "Reboot",
|
|
"keybind": "r"
|
|
} |