From 00a13fe0e569858075020aff5a6cebb5310709b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 1 Feb 2026 15:36:06 +0100 Subject: Add clipse config for archlinux This is added here, but mainly populated by the ansible playbooks --- .config/clipse/config.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .config/clipse/config.json 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 +} -- cgit v1.2.3