Hi ajalkane Can you add please unlimited option for "Custom action".. I mean if I want to do a few custom actions on the same rule.. for example i tried to open 2 app in custom action: Code: /usr/bin/grob && /usr/bin/fenix but it not work... Or maybe I do something wrong ?
/usr/bin/grob && /usr/bin/fenix
sh -c "grob && fenix"
EDIT: OK, i found where is my mistake. It should be Code: /usr/bin/grob | /usr/bin/fenix
/usr/bin/grob | /usr/bin/fenix