mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 21:10:38 -04:00
21 lines
340 B
Text
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"
|
|
}
|
|
|