traygent/traygent.json.example

31 lines
526 B
Plaintext
Raw Normal View History

2024-01-16 19:15:42 -07:00
[
{
"command_path": "/bin/ssh-askpass-fullscreen",
"event": "sign",
"exit_code": 0,
"msg_format": "Allow access to key %q?"
},
{
"command_args": [
"--title",
"traygent",
"--passivepopup",
"SSH Key Added",
"5"
],
"command_path": "/bin/kdialog",
"event": "added"
},
{
"command_args": [
"--title",
"traygent",
"--passivepopup",
"SSH Key Removed",
"5"
],
"command_path": "/bin/kdialog",
"event": "removed"
}
]