mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
36 lines
685 B
Text
36 lines
685 B
Text
{
|
|
"label" : "lock",
|
|
"action" : "waylock -fork-on-lock -init-color 0x000000",
|
|
"text" : "Lock",
|
|
"keybind" : "l"
|
|
}
|
|
{
|
|
"label" : "hibernate",
|
|
"action" : "loginctl hibernate",
|
|
"text" : "Hibernate",
|
|
"keybind" : "h"
|
|
}
|
|
{
|
|
"label" : "logout",
|
|
"action" : "loginctl terminate-user $USER",
|
|
"text" : "Logout",
|
|
"keybind" : "e"
|
|
}
|
|
{
|
|
"label" : "shutdown",
|
|
"action" : "loginctl poweroff",
|
|
"text" : "Shutdown",
|
|
"keybind" : "s"
|
|
}
|
|
{
|
|
"label" : "suspend",
|
|
"action" : "loginctl suspend",
|
|
"text" : "Suspend",
|
|
"keybind" : "u"
|
|
}
|
|
{
|
|
"label" : "reboot",
|
|
"action" : "loginctl reboot",
|
|
"text" : "Reboot",
|
|
"keybind" : "r"
|
|
}
|