nixos-config/modules/home/wlogout/config/layout
2023-11-05 11:40:44 +01:00

25 lines
414 B
Plaintext

{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label": "reboot",
"action": "systemctl reboot",
"text": "Reboot",
"keybind": "r"
}
{
"label" : "shutdown",
"action" : "poweroff",
"text" : "Shut Down",
"keybind" : "s"
}
{
"label": "logout",
"action": "loginctl terminate-user $USER",
"text": "Logout",
"keybind": "e"
}