forked from quickshell/quickshell
refactor: rm QtShell/ShellComponent code superseded by RootWrapper
This commit is contained in:
parent
9a5ad44aa9
commit
ba1e18a125
3 changed files with 12 additions and 115 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <qstring.h>
|
||||
|
||||
#include "rootwrapper.hpp"
|
||||
#include "shell.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
const auto app = QGuiApplication(argc, argv);
|
||||
|
@ -41,8 +40,6 @@ int main(int argc, char** argv) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
CONFIG_PATH = configPath;
|
||||
|
||||
LayerShellQt::Shell::useLayerShell();
|
||||
// Base window transparency appears to be additive.
|
||||
// Use a fully transparent window with a colored rect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue