summarylogtreecommitdiffstats
path: root/substance-b2m
diff options
context:
space:
mode:
authorRyszard Knop2019-05-05 17:31:35 +0200
committerRyszard Knop2019-05-05 17:31:35 +0200
commitfba95f97943b31ab2327395b125eb31ee2569a2f (patch)
tree2c6f966f86e2ca131bf1c643114d6f5f47fe6b7f /substance-b2m
downloadaur-substance-b2m.tar.gz
Initial commit
Diffstat (limited to 'substance-b2m')
-rw-r--r--substance-b2m10
1 files changed, 10 insertions, 0 deletions
diff --git a/substance-b2m b/substance-b2m
new file mode 100644
index 000000000000..a7be42bd7456
--- /dev/null
+++ b/substance-b2m
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# If the interface is too small/big, uncomment the following line and tweak the value accordingly.
+#export QT_SCALE_FACTOR=0.75
+
+# If you're using a Nvidia Optimus setup, uncomment the line below and comment the final line to
+# always use the Nvidia GPU for this software (which is often too heavy for integrated GPUs).
+#exec primusrun /opt/Allegorithmic/Substance_B2M/Substance\ B2M "$@"
+
+exec /opt/Allegorithmic/Substance_B2M/Substance\ B2M "$@"