mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 10:26:03 +01:00
git-svn-id: svn://localhost/ardour2/branches/midi@664 d708f5d6-7413-0410-9779-e7cbd77b26cf
9 lines
197 B
Bash
Executable file
9 lines
197 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Author: Aaron Voisine <aaron@voisine.org>
|
|
|
|
if [ "$DISPLAY"x == "x" ]; then
|
|
echo :0 > /tmp/$UID/TemporaryItems/display
|
|
else
|
|
echo $DISPLAY > /tmp/$UID/TemporaryItems/display
|
|
fi
|