-
Notifications
You must be signed in to change notification settings - Fork 3
/
appquitter_rules.lua
98 lines (98 loc) · 2.7 KB
/
appquitter_rules.lua
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
87
88
89
90
91
92
93
94
95
96
97
98
return {
"abnerworks.Typora",
"app.soulver.mac",
"com.adobe.AfterEffects",
"com.adobe.illustrator",
"com.adobe.InDesign",
"com.adobe.Photoshop",
"com.apple.ActivityMonitor",
"com.apple.AddressBook",
"com.apple.airport.airportutility",
"com.apple.AppStore",
"com.apple.audio.AudioMIDISetup",
"com.apple.Automator",
"com.apple.backup.launcher",
"com.apple.BluetoothFileExchange",
"com.apple.bootcampassistant",
"com.apple.calculator",
"com.apple.Chess",
"com.apple.ColorSyncUtility",
"com.apple.Console",
"com.apple.Dictionary",
"com.apple.DigitalColorMeter",
"com.apple.DiskUtility",
"com.apple.FaceTime",
"com.apple.findmy",
"com.apple.FontBook",
"com.apple.grapher",
"com.apple.Home",
"com.apple.iBooksX",
"com.apple.iCal",
"com.apple.iChat",
"com.apple.Image_Capture",
"com.apple.iWork.Keynote",
"com.apple.iWork.Numbers",
"com.apple.iWork.Pages",
"com.apple.keychainaccess",
"com.apple.Maps",
"com.apple.MigrateAssistant",
"com.apple.Music",
"com.apple.Notes",
"com.apple.PhotoBooth",
"com.apple.Photos",
"com.apple.podcasts",
"com.apple.QuickTimePlayerX",
"com.apple.reminders",
"com.apple.screenshot.launcher",
"com.apple.ScriptEditor2",
"com.apple.SFSymbols",
"com.apple.Stickies",
"com.apple.stocks",
"com.apple.systempreferences",
"com.apple.SystemProfiler",
"com.apple.Terminal",
"com.apple.TextEdit",
"com.apple.TV",
"com.apple.VoiceMemos",
"com.apple.VoiceOverUtility",
"com.bjango.istatmenus",
"com.bohemiancoding.sketch3",
"com.colliderli.iina",
"com.coteditor.CotEditor",
"com.cryptic-apps.hopper-web-4",
"com.electron.realtimeboard",
"com.figma.Desktop",
"com.giorgiocalderolla.Wipr-Mac",
"com.groosoft.CommentHere",
"com.macitbetter.betterzip",
"com.pfiddlesoft.uibrowser",
"com.postmanlabs.mac",
"com.roeybiran.Milonchik",
"com.samuelmeuli.Glance",
"com.savantav.truecontrol",
"com.ScooterSoftware.BeyondCompare",
"com.sidetree.Translate",
"com.sindresorhus.Color-Picker",
"com.wolfrosch.Gapplin",
"de.just-creative.inddPreview",
"developer.apple.wwdc-Release",
"io.dictionaries.Dictionaries",
"me.spaceinbox.Select-Like-A-Boss-For-Safari",
"net.bluem.pashua",
"net.freemacsoft.AppCleaner",
"net.shinyfrog.bear",
"net.shinyfrog.panda",
"net.sourceforge.sqlitebrowser",
"net.televator.Vimari",
"pl.maketheweb.pixelsnap2",
"us.zoom.xos",
["at.obdev.LaunchBar.ActionEditor"] = {quit = 0.5},
["com.apple.dt.Xcode"] = {quit = 8, hide = 1},
["com.apple.iphonesimulator"] = {quit = 1},
["com.brave.Browser"] = {quit = 8},
["com.kapeli.dashdoc"] = {quit = 24, hide = 1},
["com.latenightsw.ScriptDebugger7"] = {quit = 1},
["com.microsoft.VSCode"] = {quit = 8, hide = 1},
["com.toggl.toggldesktop.TogglDesktop"] = {quit = 8, hide = 0.1},
"com.spotify.client"
}