Files
dotfiles/config/.config/wlogout/layout
2022-07-26 20:46:29 +03:00

30 lines
446 B
Plaintext

{
"label": "lock",
"action": "$HOME/dotfiles/bin/lock.sh just-lock",
"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"
}