OSTR("-module-dirs-append","Append OPT1 to the user module path",E_IPC_OP_MODULE_DIRS_APPEND,0),
OSTR("-module-dirs-prepend","Prepend OPT1 to the user module path",E_IPC_OP_MODULE_DIRS_PREPEND,0),
OSTR("-module-dirs-remove","Remove OPT1 from the user module path",E_IPC_OP_MODULE_DIRS_REMOVE,0),
OSTR("-data-dirs-append","Append OPT1 to the user data path",E_IPC_OP_DATA_DIRS_APPEND,0),
OSTR("-data-dirs-prepend","Prepend OPT1 to the user data path",E_IPC_OP_DATA_DIRS_PREPEND,0),
OSTR("-data-dirs-remove","Remove OPT1 from the user data path",E_IPC_OP_DATA_DIRS_REMOVE,0),
OSTR("-font-dirs-append","Append OPT1 to the user font path",E_IPC_OP_FONT_DIRS_APPEND,0),
OSTR("-font-dirs-prepend","Prepend OPT1 to the user font path",E_IPC_OP_FONT_DIRS_PREPEND,0),
OSTR("-font-dirs-remove","Remove OPT1 from the user font path",E_IPC_OP_FONT_DIRS_REMOVE,0),
OSTR("-theme-dirs-append","Append OPT1 to the user theme path",E_IPC_OP_THEME_DIRS_APPEND,0),
OSTR("-theme-dirs-prepend","Prepend OPT1 to the user theme path",E_IPC_OP_THEME_DIRS_PREPEND,0),
OSTR("-theme-dirs-remove","Remove OPT1 from the user theme path",E_IPC_OP_THEME_DIRS_REMOVE,0),
OSTR("-init-dirs-append","Append OPT1 to the user init path",E_IPC_OP_INIT_DIRS_APPEND,0),
OSTR("-init-dirs-prepend","Prepend OPT1 to the user init path",E_IPC_OP_INIT_DIRS_PREPEND,0),
OSTR("-init-dirs-remove","Remove OPT1 from the user init path",E_IPC_OP_INIT_DIRS_REMOVE,0),
OSTR("-icon-dirs-append","Append OPT1 to the user icon path",E_IPC_OP_ICON_DIRS_APPEND,0),
OSTR("-icon-dirs-prepend","Prepend OPT1 to the user icon path",E_IPC_OP_ICON_DIRS_PREPEND,0),
OSTR("-icon-dirs-remove","Remove OPT1 from the user icon path",E_IPC_OP_ICON_DIRS_REMOVE,0),
OSTR("-image-dirs-append","Append OPT1 to the user image path",E_IPC_OP_IMAGE_DIRS_APPEND,0),
OSTR("-image-dirs-prepend","Prepend OPT1 to the user image path",E_IPC_OP_IMAGE_DIRS_PREPEND,0),
OSTR("-image-dirs-remove","Remove OPT1 from the user image path",E_IPC_OP_IMAGE_DIRS_REMOVE,0),
OSTR("-bg-dirs-append","Append OPT1 to the user background path",E_IPC_OP_BG_DIRS_APPEND,0),
OSTR("-bg-dirs-prepend","Prepend OPT1 to the user background path",E_IPC_OP_BG_DIRS_PREPEND,0),
OSTR("-bg-dirs-remove","Remove OPT1 from the user background path",E_IPC_OP_BG_DIRS_REMOVE,0),
ODBL("-menus-fast-move-threshhold-set","Set the mouse speed in pixels per second that is considered a 'fast move'",E_IPC_OP_MENUS_FAST_MOVE_THRESHHOLD_SET,0),
OREQ("-menus-fast-move-threshhold-get","Get the mouse speed (pixels/sec) that is considered a fast move",E_IPC_OP_MENUS_FAST_MOVE_THRESHHOLD_GET,1),
ODBL("-menus-click-drag-timeout-set","Set the time (in seconds) between a mouse press and release that will keep the menu up anyway",E_IPC_OP_MENUS_CLICK_DRAG_TIMEOUT_SET,0),