modified: .config/clipse/config.json
modified: .config/clipse/custom_theme.json
This commit is contained in:
parent
d1a119cbae
commit
b968a1466f
2 changed files with 30 additions and 10 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
"allowDuplicates": false,
|
"allowDuplicates": false,
|
||||||
"historyFile": "clipboard_history.json",
|
"historyFile": "clipboard_history.json",
|
||||||
"maxHistory": 10000,
|
"maxHistory": 1000000,
|
||||||
|
"deleteAfter": 0,
|
||||||
"logFile": "clipse.log",
|
"logFile": "clipse.log",
|
||||||
|
"pollInterval": 50,
|
||||||
|
"maxEntryLength": 65,
|
||||||
"themeFile": "custom_theme.json",
|
"themeFile": "custom_theme.json",
|
||||||
"tempDir": "tmp_files",
|
"tempDir": "tmp_files",
|
||||||
"keyBindings": {
|
"keyBindings": {
|
||||||
|
|
@ -11,16 +14,17 @@
|
||||||
"down": "down",
|
"down": "down",
|
||||||
"end": "end",
|
"end": "end",
|
||||||
"filter": "/",
|
"filter": "/",
|
||||||
|
"forceQuit": "Q",
|
||||||
"home": "home",
|
"home": "home",
|
||||||
"more": "?",
|
"more": "?",
|
||||||
"nextPage": "right",
|
"nextPage": "right",
|
||||||
"prevPage": "left",
|
"prevPage": "left",
|
||||||
"preview": " ",
|
"preview": " ",
|
||||||
"quit": "q",
|
"quit": "esc",
|
||||||
"remove": "x",
|
"remove": "backspace",
|
||||||
"selectDown": "ctrl+down",
|
"selectDown": "shift+down",
|
||||||
"selectSingle": "s",
|
"selectSingle": "s",
|
||||||
"selectUp": "ctrl+up",
|
"selectUp": "shift+up",
|
||||||
"togglePin": "p",
|
"togglePin": "p",
|
||||||
"togglePinned": "tab",
|
"togglePinned": "tab",
|
||||||
"up": "up",
|
"up": "up",
|
||||||
|
|
@ -28,8 +32,24 @@
|
||||||
},
|
},
|
||||||
"imageDisplay": {
|
"imageDisplay": {
|
||||||
"type": "kitty",
|
"type": "kitty",
|
||||||
"scaleX": 9,
|
"scaleX": 18,
|
||||||
"scaleY": 9,
|
"scaleY": 20,
|
||||||
"heightCut": 2
|
"heightCut": 20
|
||||||
}
|
},
|
||||||
|
"excludedApps": [
|
||||||
|
"1Password",
|
||||||
|
"Bitwarden",
|
||||||
|
"KeePassXC",
|
||||||
|
"LastPass",
|
||||||
|
"Dashlane",
|
||||||
|
"Password Safe",
|
||||||
|
"Keychain Access"
|
||||||
|
],
|
||||||
|
"autoPaste": {
|
||||||
|
"enabled": false,
|
||||||
|
"keybind": "ctrl+v",
|
||||||
|
"buffer": 10
|
||||||
|
},
|
||||||
|
"enableMouse": true,
|
||||||
|
"enableDescription": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"useCustomTheme": true,
|
"UseCustom": true,
|
||||||
"TitleFore": "#07090B",
|
"TitleFore": "#07090B",
|
||||||
"TitleBack": "#A1F7C6",
|
"TitleBack": "#A1F7C6",
|
||||||
"TitleInfo": "#25C39F",
|
"TitleInfo": "#25C39F",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue