#!/bin/sh
echo $@
real_firefox=$(which --skip-tilde firefox)
GDK_BACKEND=wayland "${real_firefox}" "$@"