Hyprland-gentoo/dotfiles/wlogout/layout

37 lines
806 B
Plaintext
Raw Normal View History

2024-09-14 10:42:47 -04:00
{
"label" : "lock",
"action" : "$HOME/dotfiles/hypr/scripts/power.sh lock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "$HOME/dotfiles/hypr/scripts/power.sh hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "$HOME/dotfiles/hypr/scripts/power.sh exit",
"text" : "Exit",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "$HOME/dotfiles/hypr/scripts/power.sh shutdown",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "$HOME/dotfiles/hypr/scripts/power.sh suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "$HOME/dotfiles/hypr/scripts/power.sh reboot",
"text" : "Reboot",
"keybind" : "r"
}