30 lines
446 B
Plaintext
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"
|
|
}
|