@@ -53,18 +53,17 @@ compiled earlier.
5353Secondly, you will need to use the patched version of GLFW. This differs based
5454on whether you are on PrismLauncher or MultiMC.
5555
56- > [ !IMPORTANT]
57- > Make sure you configure the instance to use patched GLFW correctly! If the
58- > instance still uses the default version of GLFW, waywall will not do anything
59- > when the game launches, since the game will still be running under Xwayland.
60-
6156### Prism Launcher
6257
6358You can configure your instance to use the patched version of GLFW by opening
6459its settings (with the ` Edit ` button on the right pane) and going to ` Settings `
6560-> ` Workarounds ` . Then, enable ` Native libraries ` and `Use system installation
6661of GLFW` . Finally, enter the path to the patched ` libglfw.so` you just compiled.
6762
63+ > [ !IMPORTANT]
64+ > Prism Launcher ** will not expand** ` ~ ` . If your patched GLFW is within your
65+ > home directory, you need to type out the absolute path.
66+
6867![ The Prism Launcher menu for enabling patched GLFW] ( assets/prism-glfw.png )
6968
7069### MultiMC
@@ -76,6 +75,10 @@ GLFW` is **disabled**. Finally, return to the `Java` tab and add
7675` -Dorg.lwjgl.glfw.libname=PATH ` to your Java arguments, replacing ` PATH ` with
7776the path to the patched ` libglfw.so ` you just compiled.
7877
78+ > [ !IMPORTANT]
79+ > MultiMC ** will not expand** ` ~ ` . If your patched GLFW is within your home
80+ > directory, you need to type out the absolute path.
81+
7982## Configuration
8083
8184waywall follows the [ XDG Base Directory] specification and will search for a
0 commit comments