first commit
This commit is contained in:
10
usr/games/goverlay
Executable file
10
usr/games/goverlay
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# This script will launch the compiled goverlay binary the correct way
|
||||
#
|
||||
# QT_QPA_PLATFORM=xcb will force the application to run in x11 mode, so it works on wayland desktops.
|
||||
# mangohud --dlsym will force the mangohud display on the spinning cube on goverlay.
|
||||
# Executing this script with --style <style> one can choose different themes.
|
||||
|
||||
#export QT_QPA_PLATFORM=xcb
|
||||
#mangohud --dlsym /usr/libexec/goverlay $@
|
||||
mangohud /usr/libexec/goverlay $@
|
||||
Reference in New Issue
Block a user