Files
dotfiles/wlogout/layout
2026-02-08 01:53:11 +03:00

25 lines
399 B
Plaintext
Executable File

{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "killall -9 Hyprland",
"text" : "Exit",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "reboot",
"text" : "Reboot",
"keybind" : "r"
}