From 5faefe2dedd5da386b22202fdb77453a0b9c21b3 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 14 Dec 2018 12:57:31 +0100 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index ec1bb0c..50cd14c 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -1,4 +1,4 @@ -If your toolkit/library supports this, you can have your apps run natively (without Xwayland) by setting some environment variables (you can add them to your launcher script or a session file (if you're using a dm)). +If your toolkit/library supports this, you can have your apps run natively (without Xwayland) by setting some environment variables (you can add them to your launcher script or a session file if you're using a display manager). ## GTK+ (3.0+) @@ -38,6 +38,10 @@ You could set them to `wayland_shm` instead, if you want to use software renderi SDL_VIDEODRIVER=wayland ``` +## GLFW + +Wayland needs to be selected at compile-time. Arch users can install `glfw-wayland`. + ## Java under Xwayland Some Java AWT applications would not display properly unless you set the following.