Remove dcnnt
This commit is contained in:
parent
81e8fa756e
commit
4bd97ab34e
@ -1,14 +0,0 @@
|
||||
{
|
||||
"log": {
|
||||
"path": "$HOME/.log/dcnnt.log",
|
||||
"size": 262144,
|
||||
"count": 3
|
||||
},
|
||||
"self": {
|
||||
"uin": 450,
|
||||
"name": "envy",
|
||||
"description": "",
|
||||
"password": "lttrtlhcea"
|
||||
},
|
||||
"port": 5040
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"description": "",
|
||||
"name": "Pixel 6A",
|
||||
"password": "P[B@743efe4",
|
||||
"role": "client",
|
||||
"uin": 109589590
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"download_directory": "/home/tyler/Downloads",
|
||||
"shared_dirs": [
|
||||
{
|
||||
"path": "/home/tyler/Downloads",
|
||||
"name": "Shared",
|
||||
"glob": "*",
|
||||
"deep": 1024
|
||||
}
|
||||
]
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"cmd": "notify-send -i '{icon}' '{title}' '{text}'"
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"file": {
|
||||
"download_directory": "/tmp/dcnnt/to_open",
|
||||
"default_cmd": "xdg-open \"{path}\""
|
||||
},
|
||||
"link": {
|
||||
"default_cmd": "xdg-open \"{url}\""
|
||||
}
|
||||
}
|
@ -1,45 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"dir": [
|
||||
{
|
||||
"name": "Temporary",
|
||||
"path": "/tmp/dcnnt/sync/files",
|
||||
"on_done": null
|
||||
}
|
||||
],
|
||||
"file": [
|
||||
{
|
||||
"name": "Example",
|
||||
"path": "/tmp/dcnnt/sync/dcnnt-example-file.txt",
|
||||
"on_merge": "cat \"{local}\" \"{remote}\" > \"{output}\"",
|
||||
"on_done": "true"
|
||||
}
|
||||
],
|
||||
"contacts": {
|
||||
"path": "/tmp/dcnnt/sync/contacts",
|
||||
"backup_count": 3
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user