Последние изменения в конфигах
This commit is contained in:
53
config/clipse/config.json-new
Normal file
53
config/clipse/config.json-new
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user