54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
{
|
|
"allowDuplicates": false,
|
|
"historyFile": "clipboard_history.json",
|
|
"maxHistory": 500,
|
|
"deleteAfter": 0,
|
|
"pollInterval": 50,
|
|
"maxEntryLength": 65,
|
|
"themeFile": "gruvbox.json",
|
|
"tempDir": "tmp_files",
|
|
"keyBindings": {
|
|
"choose": "enter",
|
|
"clearSelected": "S",
|
|
"down": "down",
|
|
"end": "end",
|
|
"filter": "/",
|
|
"forceQuit": "Q",
|
|
"home": "home",
|
|
"more": "?",
|
|
"nextPage": "right",
|
|
"prevPage": "left",
|
|
"preview": " ",
|
|
"quit": "esc",
|
|
"remove": "backspace",
|
|
"selectDown": "shift+down",
|
|
"selectSingle": "s",
|
|
"selectUp": "shift+up",
|
|
"togglePin": "p",
|
|
"togglePinned": "tab",
|
|
"up": "up",
|
|
"yankFilter": "ctrl+s"
|
|
},
|
|
"imageDisplay": {
|
|
"type": "basic",
|
|
"scaleX": 9,
|
|
"scaleY": 9,
|
|
"heightCut": 2
|
|
},
|
|
"excludedApps": [
|
|
"1Password",
|
|
"Bitwarden",
|
|
"LastPass",
|
|
"Dashlane",
|
|
"Password Safe",
|
|
"Keychain Access"
|
|
],
|
|
"autoPaste": {
|
|
"enabled": true,
|
|
"keybind": "alt+v",
|
|
"buffer": 10
|
|
},
|
|
"enableMouse": false,
|
|
"enableDescription": true
|
|
}
|