Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / envarc / scalos.68K / Persist.prefs
blob56c1c386b68c0fd78e58729907e7c42b7b1485a8
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
13 ; If set, SCA_Iconify will be used when re-opening iconified windows
14 ; (broken up to Scalos V222x24)
16 ; If commented out, window will be opened normally, then iconified 
17 ; after 2 seconds.
18 ; default: 0 if scalos.library version <= 39
19 ;          1 if scalos.library version >= 40
21 Use_SCA_Iconify = 1
24 ; If set to non-zero value, stored window positions
25 ; and sizes are restored on startup.
27 ; default: 1
28 UseWindowSizes = 1
31 ; this designates the file where the open window state is stored.
32 ; (max. 254 characters)
33 ; default: "ENVARC:Scalos/Persistant_Windows"
34 Persist_FileName = "ENVARC:Scalos/Persistant_Windows"