From b0520607503b0876020d5e764b1a98322a2bf949 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Fri, 09 Oct 2009 17:31:02 +0000 Subject: Alt+Space not working to show/hide the tray #1476 --- (limited to 'bin') diff --git a/bin/sugar.in b/bin/sugar.in index 094917f..fea79a9 100644 --- a/bin/sugar.in +++ b/bin/sugar.in @@ -14,15 +14,6 @@ EOF exit 0 } -init_cursor() { - # have to reset cursor(metacity sets it on startup) - # ugly but works - for i in 1 2 3; do - sleep 1 - xsetroot -cursor_name left_ptr - done -} - while [ $# -ne 0 ] ; do case "$1" in -d | --display) @@ -61,6 +52,5 @@ fi echo Xcursor.theme: sugar | xrdb -merge metacity --no-force-fullscreen -d $DISPLAY & -init_cursor & exec sugar-session -- cgit v0.9.1