Actions: Command gets appended to itself
Very weird and hard to debug thing I've noticed.
For any action that gets executed, the command to be executed is appended to itself (minus matched patterns)
e.g.
notify-send clipman -> notify-send clipmannotify-send clipman
notify-send clipman "\0" -> notify-send clipman matched-textnotify-send clipman
Is this weird or what?
Workaround: finish command with a # so the repeated pattern becomes a comment, e.g. notify-send clipman "\0" #
clipman 1.7.0
Edited by haarp