diff --git a/example/config.json b/example/config.json deleted file mode 100644 index 0e3be4c..0000000 --- a/example/config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "credentialsFile": "~/.config/enbas/credentials.json", - "cacheDirectory": "~/.cache/enbas", - "lineWrapMaxWidth": 80, - "http": { - "timeout": 5, - "mediaTimeout": 30 - }, - "integrations": { - "browser": "firefox", - "editor": "vim", - "pager": "less -FIRX", - "imageViewer": "feh --scale-down", - "videoPlayer": "mpv" - } -}