description "startup script for taskswapper, a hotkey based task swapper"
author "Sami Väisänen <samiv@ensisoft.com>"

console none

start on started hildon-desktop
start on task-swapper
      
#
# Depending on phone locale/keyboard layout one could pass
# different parameters to taskswapper for hotkeys here for example
# --prev Shift+Alt:Left 
# --next Shift:U
#
script 
   export DISPLAY=:0.0
   # start with the default key config     
   exec /usr/bin/taskswapper --next Shift:Right --prev Shift:Left
end script

