-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
30 lines (27 loc) · 1.13 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
; Using this config file you can add new windows to be tracked/saved/restored.
; The config file need to have DEFAULT section with following items:
; - RefreshRateInSec - how fast the script should check opened windows, their positions, etc. (default 1 sec)
; - SaveRateInMin - how often should be current window positions written to config file (default 1 min)
;
; New window to track:
; --------------------
; [any_name_of_the_record]
; windowtitle = name/title of the window or regular expression (string)
; useregex = whether or not should be windowtitle handled as regex (boolean)
; ontop = whether or not put everytime window on top (boolean)
; casesensitive = whether or not to ignore case in window title (boolean)
; childwindow = search also child windows for every top-level windows - BEAWARE of performance impact (boolean)
; ==================================================================================================================
[DEFAULT]
refreshrateinsec = 0.5
saverateinmin = 1
[tcmd]
windowtitle = 'Total Commander.+'
useregex = 1
ontop = 1
casesensitive = 0
childwindow = 0
posx0 = 210
posy0 = 120
posx1 = 1858
posy1 = 876