Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / envarc / scalos.MOS / Persist.prefs
blob22642c8f3989dce1371292e634f8b448f88197ac
1 ; persist.plugin prefs file
2 ; ENV:Scalos/Persist.prefs
3 ; 12 Jul 2009 17:37:18
6 ; number of Delay() ticks to wait before opening each window
7 ; 1 ticks represents 1/50 s
8 ; default : 20 ticks = 0.4s
9 OpenDelay_Ticks = 10
12 ; If set, SCA_Iconify will be used when re-opening iconified windows
13 ; (broken up to Scalos V222x24)
15 ; If commented out, window will be opened normally, then iconified 
16 ; after 2 seconds.
17 ; default: 0 if scalos.library version <= 39
18 ;          1 if scalos.library version >= 40
20 Use_SCA_Iconify = 1
23 ; If set to non-zero value, stored window positions
24 ; and sizes are restored on startup.
26 ; default: 1
27 UseWindowSizes = 1
30 ; this designates the file where the open window state is stored.
31 ; (max. 254 characters)
32 ; default: "ENVARC:Scalos/Persistant_Windows"
33 Persist_FileName = "ENVARC:Scalos/Persistant_Windows"