Skip to content

Commit d4f22c0

Browse files
author
marcelarie
committed
update clipse
1 parent 1f91955 commit d4f22c0

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

.config/clipse/config.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"allowDuplicates": false,
3+
"historyFile": "clipboard_history.json",
4+
"maxHistory": 100,
5+
"logFile": "clipse.log",
6+
"themeFile": "custom_theme.json",
7+
"tempDir": "tmp_files",
8+
"keyBindings": {
9+
"choose": "enter",
10+
"clearSelected": "S",
11+
"down": "down",
12+
"end": "end",
13+
"filter": "/",
14+
"home": "home",
15+
"more": "?",
16+
"nextPage": "right",
17+
"prevPage": "left",
18+
"preview": " ",
19+
"quit": "q",
20+
"remove": "x",
21+
"selectDown": "ctrl+down",
22+
"selectSingle": "s",
23+
"selectUp": "ctrl+up",
24+
"togglePin": "p",
25+
"togglePinned": "tab",
26+
"up": "up",
27+
"yankFilter": "ctrl+s"
28+
},
29+
"imageDisplay": {
30+
"type": "basic",
31+
"scaleX": 9,
32+
"scaleY": 9,
33+
"heightCut": 2
34+
}
35+
}

.config/clipse/custom_theme.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"useCustomTheme": true,
3+
"TitleFore": "#E1E1E1",
4+
"TitleBack": "#2B2B2B",
5+
"NormalTitle": "#E1E1E1",
6+
"DimmedTitle": "#727272",
7+
"SelectedTitle": "#F0C674",
8+
"NormalDesc": "#727272",
9+
"DimmedDesc": "#727272",
10+
"SelectedDesc": "#F0C674",
11+
"StatusMsg": "#90A959",
12+
"PinIndicatorColor": "#F4BF75",
13+
"SelectedDescBorder": "#F0C674",
14+
"FilteredMatch": "#E1E1E1",
15+
"FilterPrompt": "#90A959",
16+
"FilterText": "#E1E1E1",
17+
"FilterCursor": "#F4BF75",
18+
"HelpKey": "#AFAFAF",
19+
"HelpDesc": "#727272",
20+
"PageInactiveDot": "#727272",
21+
"PreviewedText": "#E1E1E1",
22+
"PreviewBorder": "#F0C674"
23+
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ scripts/work/hibob-attendence.js
123123
!.config/tofi
124124
!.config/user-dirs.dirs
125125
!.config/zathura
126+
!.config/clipse/config.json
127+
!.config/clipse/custom_theme.json
126128

127129

128130
# v Added with script v

0 commit comments

Comments
 (0)