dotfiles/.config/wlogout/layout

24 lines
436 B
Text

{
"label" : "lock",
"action" : "~/.config/hypr/swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "pkill -9 -u $(id -u) Hyprland",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "sudo poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "sudo reboot",
"text" : "Reboot",
"keybind" : "r"
}