diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-01 15:36:06 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-01 15:36:06 +0100 |
| commit | 00a13fe0e569858075020aff5a6cebb5310709b8 (patch) | |
| tree | 45448a9944f95cd5e2640930b77c420299d29714 | |
| parent | d72f79c7ca6c92e8b401307e03f0020eb3ca01e4 (diff) | |
Add clipse config for archlinux
This is added here, but mainly populated by the ansible playbooks
| -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 +} |
