X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=teledactyl%2Fconfig.json;fp=teledactyl%2Fconfig.json;h=59825b60c08a64aeabc3ba7f62b5c38943849b70;hb=9044153cb63835e39b9de8ec4ade237c03e3888a;hp=0000000000000000000000000000000000000000;hpb=70740024f9c028c1fd63e1a1850ab062ff956054;p=dactyl.git diff --git a/teledactyl/config.json b/teledactyl/config.json new file mode 100644 index 0000000..59825b6 --- /dev/null +++ b/teledactyl/config.json @@ -0,0 +1,71 @@ +{ + "name": "teledactyl", + "appName": "Teledactyl", + "idName": "TELEDACTYL", + "host": "Thunderbird", + "hostbin": "thunderbird", + + "autocommands": { + "DOMLoad": "Triggered when a page's DOM content has fully loaded", + "FolderLoad": "Triggered after switching folders in Thunderbird", + "PageLoadPre": "Triggered after a page load is initiated", + "PageLoad": "Triggered when a page gets (re)loaded/opened", + "Enter": "Triggered after Thunderbird starts", + "Leave": "Triggered before exiting Thunderbird", + "LeavePre": "Triggered before exiting Thunderbird" + }, + + "guioptions": { + "m": ["MenuBar", ["mail-toolbar-menubar2"]], + "T": ["Toolbar", ["mail-bar2"]] + }, + + "option-defaults": { + "complete": "f", + "showtabline": 1, + "titlestring": "Teledactyl" + }, + + "overlays": { + "chrome://messenger/content/messenger.xul": { + "features": [ + "hints", + "mail", + "marks", + "addressbook", + "tabs" + ], + + "guioptions": { + "f": ["Folder list", ["folderPaneBox", "folderpane_splitter"]], + "F": ["Folder list header", ["folderPaneHeader"]] + }, + + "option-defaults": { + "guioptions": "bCfrs" + }, + + "scripts": [ + "addressbook", + "mail", + "tabs" + ] + }, + + "chrome://messenger/content/messengercompose/messengercompose.xul": { + "is-compose-window": true, + + "features": [ + "addressbook" + ], + + "option-defaults": { + "guioptions": "bCrs" + }, + + "scripts": [ + "compose/compose" + ] + } + } +}