Initial commit
This commit is contained in:
commit
ea3e4b3139
17 changed files with 885 additions and 0 deletions
16
src/interfaces/shell.cpp
Normal file
16
src/interfaces/shell.cpp
Normal 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");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue