summarylogtreecommitdiffstats
path: root/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.sh')
-rw-r--r--wrapper.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrapper.sh b/wrapper.sh
index 37c605415687..b3fc57219f98 100644
--- a/wrapper.sh
+++ b/wrapper.sh
@@ -1,3 +1,5 @@
#!/bin/sh
+export PULSE_PROP_OVERRIDE="application.name='RuneScape' application.icon_name='runescape' media.role='game'"
export LD_PRELOAD="/usr/lib/libcurl.so.3"
+export SDL_VIDEO_X11_WMCLASS="RuneScape"
exec /usr/bin/runescape-launcher.real "$@"