#!/usr/bin/env bash
set -e

export WLR_BACKENDS=wayland
export WLR_WL_OUTPUTS=2
export WLR_LIBINPUT_NO_DEVICES=1
export NOMAD_SHELL="$PWD/build/nomad-shell"

exec sway --config "$(dirname "$0")/sway.conf"