1
1
Fork 0

clipse: fix image display

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-22 07:45:55 -05:00
parent 4c77ef72d6
commit 8508fb4f24
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -22,11 +22,17 @@ in {
home.file.".config/clipse/config.json".text = '' home.file.".config/clipse/config.json".text = ''
{ {
"historyFile": "clipboard_history.json", "historyFile": "clipboard_history.json",
"maxHistory": 100, "maxHistory": 50,
"allowDuplicates": false, "allowDuplicates": false,
"themeFile": "custom_theme.json", "themeFile": "custom_theme.json",
"tempDir": "tmp_files", "tempDir": "tmp_files",
"logFile": "clipse.log" "logFile": "clipse.log",
"imageDisplay": {
"type": "kitty",
"scaleX": 9,
"scaleY": 9,
"heightCut": 2
}
} }
''; '';
}; };