add example config file

This commit is contained in:
Aaron Bieber 2024-01-16 19:15:42 -07:00
parent a96c061fa8
commit 3e73927e22
No known key found for this signature in database

30
traygent.json.example Normal file
View File

@ -0,0 +1,30 @@
[
{
"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"
}
]