From a89f860830ed265aa3fbd2048154f645a7b458ef Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 10 Jan 2010 03:43:03 +0100 Subject: [PATCH] export DISPLAY in display hook, xset fails otherwise --- hooks/display | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hooks/display b/hooks/display index 7fb032c..d29a95b 100755 --- a/hooks/display +++ b/hooks/display @@ -1,4 +1,7 @@ #!/bin/sh + +export DISPLAY=:0 + case "$1" in # At the start of zavai init) -- 2.39.5