dotfiles/.config/wlogout/config
2024-04-04 14:26:08 +02:00

35 lines
509 B
Text

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