diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/clipse/config.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/clipse/config.json b/.config/clipse/config.json new file mode 100644 index 0000000..74676f0 --- /dev/null +++ b/.config/clipse/config.json @@ -0,0 +1,38 @@ +{ + "allowDuplicates": false, + "historyFile": "clipse_history.json", + "maxHistory": 50, + "deleteAfter": 0, + "logFile": "clipse.log", + "maxEntryLength": 95, + "themeFile": "~/.config/hyprtheme/current/clipse.json", + "tempDir": "tmp_files", + "keyBindings": { + "choose": "enter", + "quit": "q", + "forceQuit": "Q", + + "down": "j", + "up": "k", + "nextPage": "l", + "prevPage": "h", + + "home": "g", + "end": "G", + + "remove": "backspace", + "togglePin": "p", + "togglePinned": "tab", + + "selectSingle": "", + "clearSelected": "", + "selectDown": "", + "selectUp": "", + "filter": "/", + "more": "?", + "preview": " ", + "yankFilter": "" + }, + "enableMouse": false, + "enableDescription": false +} |
