Files
sf_bernina_scripts/launcher
2019-10-31 09:18:37 +01:00

13 lines
300 B
Bash
Executable File

#!/bin/bash
source /opt/gfa/python 3.5
if [ "$#" -eq 0 ]; then
pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json &
else
pylauncher -m /sf/bernina/config/launcher_mapping $@ &
fi
sleep 5
wmctrl -r "SF-Bernina Launcher" -b add,above