blob: f8e5fbb0a7ff815cefada131aee7336e04c2d65a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "sudo halt",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "sudo reboot",
"text" : "Reboot",
"keybind" : "r"
}
|