23 lines
383 B
JSON
23 lines
383 B
JSON
|
[
|
||
|
{
|
||
|
"name": "Lock screen",
|
||
|
"exec": "~/bin/lockscreen",
|
||
|
"icon": "system-lock-screen"
|
||
|
},
|
||
|
{
|
||
|
"name": "Logout",
|
||
|
"exec": "swaymsg exit",
|
||
|
"icon": "system-log-out"
|
||
|
},
|
||
|
{
|
||
|
"name": "Reboot",
|
||
|
"exec": "systemctl reboot",
|
||
|
"icon": "system-reboot"
|
||
|
},
|
||
|
{
|
||
|
"name": "Shutdown",
|
||
|
"exec": "systemctl -i poweroff",
|
||
|
"icon": "system-shutdown"
|
||
|
}
|
||
|
]
|