-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.plist
86 lines (86 loc) · 1.95 KB
/
info.plist
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>nianca.screenlocker</string>
<key>connections</key>
<dict>
<key>F3AADECF-7EF4-4DCB-8D5B-E5F0D65CB421</key>
<array>
<dict>
<key>destinationuid</key>
<string>BD2CE9C2-EFB4-4E73-9CAB-AFDAD8DC6D03</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Nigel Smith</string>
<key>description</key>
<string>Locks the screen based on the shortcut given</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Lock Screen</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>command</key>
<integer>6</integer>
<key>confirm</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.action.systemcommand</string>
<key>uid</key>
<string>BD2CE9C2-EFB4-4E73-9CAB-AFDAD8DC6D03</string>
</dict>
<dict>
<key>config</key>
<dict>
<key>action</key>
<integer>0</integer>
<key>argument</key>
<integer>0</integer>
<key>hotkey</key>
<integer>0</integer>
<key>hotmod</key>
<integer>0</integer>
<key>hotstring</key>
<string></string>
<key>leftcursor</key>
<false/>
<key>modsmode</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.trigger.hotkey</string>
<key>uid</key>
<string>F3AADECF-7EF4-4DCB-8D5B-E5F0D65CB421</string>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>BD2CE9C2-EFB4-4E73-9CAB-AFDAD8DC6D03</key>
<dict>
<key>ypos</key>
<real>10</real>
</dict>
<key>F3AADECF-7EF4-4DCB-8D5B-E5F0D65CB421</key>
<dict>
<key>ypos</key>
<real>10</real>
</dict>
</dict>
<key>webaddress</key>
<string>http://nianca.net</string>
</dict>
</plist>