#!/bin/sh

# SPDX-FileCopyrightText: 2020 Bart Ribbers <bribbers@disroot.org>
# SPDX-FileCopyrightText: 2021 Aleix Pol <apol@kde.org>
# SPDX-FileCopyrightText: 2025 Seshan Ravikumar <seshan@sineware.ca>
# SPDX-License-Identifier: GPL-2.0-or-later

# Source Bigscreen common environment
. plasma-bigscreen-common-env

export EGL_PLATFORM=wayland

startplasma-wayland --xwayland --libinput --exit-with-session=/usr/lib/startplasma-waylandsession
