Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar.in
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-09 17:31:02 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-09 17:31:02 (GMT)
commitb0520607503b0876020d5e764b1a98322a2bf949 (patch)
treeaeda0e73a9a65c6e131fa630bd2da74f32268029 /bin/sugar.in
parentb4c129f7b6b0e5c0c15ead006de81bcf1e651fbc (diff)
Alt+Space not working to show/hide the tray #1476
Diffstat (limited to 'bin/sugar.in')
-rw-r--r--bin/sugar.in10
1 files changed, 0 insertions, 10 deletions
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