clipse: fix image display
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
4c77ef72d6
commit
8508fb4f24
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue