On Fedora 44 Sway Spin and clipse v1.2.1, autopaste does not work for images. This is my ~/.config/clipse/config.json file
{
"allowDuplicates": false,
"historyFile": "clipboard_history.json",
"maxHistory": 100,
"logFile": "clipse.log",
"themeFile": "custom_theme.json",
"tempDir": "tmp_files",
"autoPaste": {
"enabled": true,
"keybind": "ctrl+shift+v",
"buffer": 10
},
"imageDisplay": {
"type": "kitty"
}
}
I tested that it works for plain text.
On Fedora 44 Sway Spin and clipse v1.2.1, autopaste does not work for images. This is my
~/.config/clipse/config.jsonfile{ "allowDuplicates": false, "historyFile": "clipboard_history.json", "maxHistory": 100, "logFile": "clipse.log", "themeFile": "custom_theme.json", "tempDir": "tmp_files", "autoPaste": { "enabled": true, "keybind": "ctrl+shift+v", "buffer": 10 }, "imageDisplay": { "type": "kitty" } }I tested that it works for plain text.