83 lines
1.7 KiB
INI
83 lines
1.7 KiB
INI
# Exemple to force image desktop with software using USERDEF as desktop
|
|
# do not use it for JINNEE desktop
|
|
|
|
app_forcedesk THING
|
|
app_forcedesk DESKTOP
|
|
app_forcedesk ZDESK
|
|
|
|
# -----------
|
|
# Applications to be considered as system (for appl_search)
|
|
|
|
app_system YOPLA
|
|
app_system ZTASK
|
|
app_system TASKBAR
|
|
app_system MYOSD
|
|
app_system BUBBLE
|
|
app_system ALERT
|
|
app_system SELECT
|
|
|
|
# -----------
|
|
# Example for put all windows of an application on top above other windows
|
|
|
|
app_topmost ZTASK
|
|
|
|
# No lock application with file selector
|
|
|
|
app_free_fsel MXPLAY
|
|
|
|
# -----------
|
|
# Application that need fast keyboard to work correctly (Games using SDL with keyboard)
|
|
|
|
app_game_kbd HERETIC
|
|
app_game_kbd HEXEN
|
|
app_game_kbd DOOM1
|
|
|
|
-----------
|
|
|
|
|
|
# -----------
|
|
# Application that request high timer speed and it is not need
|
|
|
|
app_cool ZTASK
|
|
|
|
|
|
|
|
|
|
# -----------
|
|
# Application with issue with simplified redraw
|
|
|
|
app_no_simplified_redraw KRONOS
|
|
|
|
|
|
# -----------
|
|
# Application that could support not locking file selector (if application support VA_START and not need to use for save anything)
|
|
# app_free_fsel name_of_application
|
|
|
|
# Application limit memory allowed at 4Mo
|
|
|
|
app_memlimit4 SCRIPT2
|
|
app_memlimit8 PPASCAL
|
|
app_memlimit8 PAPYRUSG
|
|
|
|
app_memlimit16 PAPYRUS
|
|
|
|
|
|
# to have application alone
|
|
app_single EUREKA
|
|
app_single PPASCAL
|
|
app_single WORDPLUS
|
|
app_single DEGELITE
|
|
app_single ARABESK
|
|
app_single GB608B31
|
|
app_single SB
|
|
app_single MYPD60
|
|
|
|
|
|
# app_debug X
|
|
|
|
#move and resize not using realtime
|
|
app_norealtime SB
|
|
|
|
|
|
|