--- Desktop/eeepc-acpi-scripts/eeepc-acpi-scripts/debian/eeepc-acpi-scripts.default 2008-04-25 14:29:09.000000000 +0200 +++ /etc/default/eeepc-acpi-scripts 2008-06-12 09:18:42.000000000 +0200 @@ -1,7 +1,11 @@ # by default OSD output of function keys is disabled because it's too slow # set to yes if you want fancy osd overlayS -ENABLE_OSD='no' +ENABLE_OSD='yes' OSD_FONT='DejaVuSans 36' +OSD_COLOR='Black' +OSD_BG_COLOR='white' +OSD_X=10 +OSD_Y=-420 # lookup the following values by using amixer if they don't work for you VOLUME_LABEL='LineOut' @@ -10,3 +14,9 @@ # these are the switches for xrandr --output VGA when Fn-F5 is used to # select LCD+VGA mode COMBINED_DISPLAY_SWITCHES='--mode 640x480' + +# Program launched with the fn+f6 key +# gnome : kde : xfce : '/usr/bin/xfce4-taskmanager' +AP_APP='/usr/bin/xfce4-taskmanager' +# And Message displayed if OSD is enabled +AP_MSG="Task Manager"