Skip to content

Commit d04f36c

Browse files
committed
set moz env
1 parent 7babcf7 commit d04f36c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Compositor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ void CCompositor::startCompositor() {
262262
//
263263
//
264264

265+
// firefox wont detect wl
266+
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
267+
265268
initAllSignals();
266269

267270
// Set XDG_CURRENT_DESKTOP to our compositor's name

0 commit comments

Comments
 (0)