dotfiles/.config/wlogout/layout
2023-09-26 17:12:28 +02:00

24 lines
431 B
Text

{
"label" : "lock",
"action" : "~/.config/hypr/swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit --",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "sudo poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "sudo reboot",
"text" : "Reboot",
"keybind" : "r"
}