Files
dotfiles/config/.config/wlogout/layout

30 lines
436 B
Plaintext

{
"label": "lock",
"action": "$HOME/dotfiles/bin/lock.sh",
"text": "",
"keybind": "l"
},
{
"label": "logout",
"action": "swaymsg exit",
"text": "",
"keybind": "e"
},
{
"label": "shutdown",
"action": "systemctl poweroff",
"text": ""
},
{
"label": "reboot",
"action": "systemctl reboot",
"text": "",
"keybind": "r"
},
{
"label": "suspend",
"action": "systemctl suspend",
"text": "",
"keybind": "s"
}