Initial commit

This commit is contained in:
Aleix Pol
2021-04-01 02:28:01 +02:00
commit ea3e4b3139
17 changed files with 885 additions and 0 deletions

16
src/interfaces/shell.cpp Normal file
View File

@ -0,0 +1,16 @@
/*
* SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
*
* SPDX-License-Identifier: LGPL-3.0-or-later
*/
#include "shell.h"
#include <qglobal.h>
#include <QByteArray>
using namespace LayerShellQt;
void Shell::useLayerShell()
{
qputenv("QT_WAYLAND_SHELL_INTEGRATION", "layer-shell");
}