From 1b65e9d7c329f7f037dd0ca0526a78c9c1c23570 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Thu, 13 Oct 2016 00:25:34 +0300 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 20ac570..babac79 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -27,7 +27,7 @@ SDL_VIDEODRIVER=wayland ``` ## Java -Some Java awt applications would not display properly unless you set the following. +Some Java AWT applications would not display properly unless you set the following. ``` _JAVA_AWT_WM_NONREPARENTING=1` ```