Decrease window manage verbosity
This commit is contained in:
parent
84665ba267
commit
f5dd1c6535
|
@ -156,7 +156,7 @@ if [ ! -z "$WINMGR" -a "$WINMGR" != "none" ] ; then
|
|||
exit 1
|
||||
fi
|
||||
WINMGRNAME=${WINMGR%% *}
|
||||
$WINMGR &
|
||||
$WINMGR > /dev/null 2> /dev/null &
|
||||
winmgrpid=$!
|
||||
|
||||
# Wait for the window manager to startup
|
||||
|
|
Loading…
Reference in New Issue
Block a user