A small clipboard manager written in Iced/Rust(GTK before). Requires wl-clipboard to be installed in order to run.
The config file is placed in xdg-config-home/oxipaste/config.toml. The following values are supported:
keepOpen = false
PlainTextContextActions = [['notify-send']]
AddressContextActions = [['xdg-open'], ['notify-send']]
ImageContextActions = [['sh', '-c', 'wl-paste | satty -f -']]
All icons used are Material icons made publicly available by Google.