2023-08-31 15:45:49 -04:00
|
|
|
{
|
|
|
|
"label" : "lock",
|
2024-05-23 09:42:03 -04:00
|
|
|
"action" : "$HOME/dotfiles/hypr/scripts/power.sh lock",
|
2023-09-11 07:42:16 -04:00
|
|
|
"text" : "Lock",
|
|
|
|
"keybind" : "l"
|
2023-08-31 15:45:49 -04:00
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "hibernate",
|
2024-05-23 09:42:03 -04:00
|
|
|
"action" : "$HOME/dotfiles/hypr/scripts/power.sh hibernate",
|
2023-09-11 07:42:16 -04:00
|
|
|
"text" : "Hibernate",
|
|
|
|
"keybind" : "h"
|
2023-08-31 15:45:49 -04:00
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "logout",
|
2024-05-23 09:42:03 -04:00
|
|
|
"action" : "$HOME/dotfiles/hypr/scripts/power.sh exit",
|
2023-11-23 02:09:40 -05:00
|
|
|
"text" : "Exit",
|
2023-09-11 07:42:16 -04:00
|
|
|
"keybind" : "e"
|
2023-08-31 15:45:49 -04:00
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "shutdown",
|
2024-05-23 09:42:03 -04:00
|
|
|
"action" : "$HOME/dotfiles/hypr/scripts/power.sh shutdown",
|
2023-09-11 07:42:16 -04:00
|
|
|
"text" : "Shutdown",
|
|
|
|
"keybind" : "s"
|
2023-08-31 15:45:49 -04:00
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "suspend",
|
2024-05-23 09:42:03 -04:00
|
|
|
"action" : "$HOME/dotfiles/hypr/scripts/power.sh suspend",
|
2023-09-11 07:42:16 -04:00
|
|
|
"text" : "Suspend",
|
|
|
|
"keybind" : "u"
|
2023-08-31 15:45:49 -04:00
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "reboot",
|
2024-05-23 09:42:03 -04:00
|
|
|
"action" : "$HOME/dotfiles/hypr/scripts/power.sh reboot",
|
2023-09-11 07:42:16 -04:00
|
|
|
"text" : "Reboot",
|
|
|
|
"keybind" : "r"
|
|
|
|
}
|