From ef431e755c4975cecd246842c738e617f2b87141 Mon Sep 17 00:00:00 2001 From: skeezix Date: Tue, 9 Mar 2010 16:13:37 -0500 Subject: [PATCH] Fix for deployment --- deployment/etc/pandora/conf/mmenu.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deployment/etc/pandora/conf/mmenu.conf b/deployment/etc/pandora/conf/mmenu.conf index 3dedc2e..1d9f9ab 100644 --- a/deployment/etc/pandora/conf/mmenu.conf +++ b/deployment/etc/pandora/conf/mmenu.conf @@ -14,13 +14,18 @@ loglevel 0 # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output searchpath ./testdata/app2:./testdata/app3:/media/*/pandora/desktop [display] -fullscreen 0 # 0 for windowed, >0 for fullscreen +fullscreen 1 # 0 for windowed, >0 for fullscreen screen_width 800 # for some calculations detail_bg_alpha 100 # when rendering the detail panel background, how transparent? font_rgba_r 220 # RGBA for the display text font_rgba_g 220 # RGBA for the display text font_rgba_b 220 # RGBA for the display text font_rgba_a 20 # RGBA for the display text +battery_x 10 # (x,y) for battery level +battery_y 450 # (x,y) for battery level +hintline Push START for shutdown options # shown at bottom of screen +hint_x 300 # (x,y) for hint line +hint_y 450 # (x,y) for hint line [tabs] top_maincat 1 # include maincat in top tab bar -- 2.39.5