#!/bin/bash
export GTK_USE_PORTAL=1
exec /usr/lib/firefox/firefox "$@"
