hyprcrux/.config/wlogout/layout
2024-05-25 21:11:17 -04:00

21 lines
340 B
Text

{
"label" : "lock",
"action" : "hyprlock",
"keybind" : "l"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"keybind" : "r"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"keybind" : "s"
}