#!/bin/sh

set -eu

: ${XDG_CURRENT_DESKTOP:=river}

export XDG_CURRENT_DESKTOP

# Put here things which should happen before river runs CoW.
# This might include things such as xdg-portal activation, etc.

cow-start
