moved launcher mapping file to correct place

This commit is contained in:
2020-04-08 08:07:29 +02:00
parent f09417979b
commit 3aa01dbfde

View File

@@ -4,13 +4,13 @@ source /opt/gfa/python 3.5
if [ "$#" -eq 0 ]; then
if [ "$(hostname)" = "saresb-cons-03.psi.ch" ]; then
pylauncher -m /sf/bernina/config/launcher_mapping --position -3520 -120 /sf/bernina/config/launcher/S_Bernina.json &
pylauncher -m /sf/bernina/config/launcher/launcher_mapping --position -3520 -120 /sf/bernina/config/launcher/S_Bernina.json &
else
pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json &
pylauncher -m /sf/bernina/config/launcher/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json &
fi
else
pylauncher -m /sf/bernina/config/launcher_mapping $@ &
pylauncher -m /sf/bernina/config/launcher/launcher_mapping $@ &
fi
sleep 2
wmctrl -r "SF-Bernina Launcher" -b add,above