mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
git-svn-id: svn://localhost/ardour2/branches/undo@652 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
|