I am trying to set waybar to launch with appid=waybar-touch using

WAYLAND_APP_ID=waybar-touch waybar -c /path/to/custom/config

But waybar fails to launch with expected appid…

Edit : when I said app ID I actually went process

The way to launch with custom process name is by exec -a foobar-custom foobar For anyone interested.~~~~