Hyprland-dotfiles/wlogout/layout
Stephan Raabe 150616996f Updates
2024-05-23 15:42:03 +02:00

37 lines
806 B
Plaintext

{
"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"
}