neodot/.config/dcnnt/plugins/rcmd.conf.json
2023-11-29 21:44:42 -05:00

46 lines
841 B
JSON

{
"menu": [
{
"name": "Sync operations"
},
{
"name": "pass sync",
"method": "shell",
"cmd": "pass git push"
},
{
"name": "Administration"
},
{
"name": "Shutdown",
"method": "shell",
"cmd": "doas shutdown -h now"
},
{
"name": "Restart",
"method": "shell",
"cmd": "doas restart"
},
{
"name": "Lock",
"method": "shell",
"cmd": "lock_with_cam.sh"
},
{
"name": "Volume up",
"method": "shell",
"cmd": "pactl -- set-sink-volume 0 +5%"
},
{
"name": "Volume down",
"method": "shell",
"cmd": "pactl -- set-sink-volume 0 -5%"
},
{
"name": "Toggle mute",
"method": "shell",
"cmd": "pactl -- set-sink-mute 0 toggle"
}
]
}