71862247ad
git-svn-id: svn://localhost/ardour2/trunk@644 d708f5d6-7413-0410-9779-e7cbd77b26cf
10 lines
197 B
Bash
Executable File
10 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
|