Hyprland-dotfiles/wlogout/layout
Stephan Raabe 95c4547d50 Update
2023-08-31 21:45:49 +02:00

35 lines
527 B
Plaintext

{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit 0",
"text" : "Logout"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot"
}