/* * SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez * * SPDX-License-Identifier: LGPL-3.0-or-later */ #include "shell.h" #include #include using namespace LayerShellQt; void Shell::useLayerShell() { qputenv("QT_WAYLAND_SHELL_INTEGRATION", "layer-shell"); }