Skip to content

Commit

Permalink
wayland: Use layer-shell for wayland shell integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dobey committed Jul 21, 2022
1 parent 9673c8e commit 3030ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keyboard/keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

int main(int argc, char **argv) {
setenv("QT_IM_MODULE", "none", true);
setenv("QT_WAYLAND_SHELL_INTEGRATION", "inputpanel-shell", true);
setenv("QT_WAYLAND_SHELL_INTEGRATION", "layer-shell", true);

QGuiApplication app(argc, argv);

MaliitKeyboardPlugin plugin;
Maliit::StandaloneInputMethod inputMethod(&plugin);

return app.exec();
}
}

0 comments on commit 3030ad7

Please sign in to comment.