bladeSk / StayFocused

Prevents focus stealing on Windows
https://blade.sk/stay-focused/
MIT License
75 stars 8 forks source link

nomenclature issue, whitelist and blacklist are swapped #13

Open KateHanami opened 1 year ago

KateHanami commented 1 year ago

it might be a nitpick, but I was struggling to use this and not understanding why it was not talking effect

what this program is doing: whitelist: prevent only these apps from stealing focus blacklist: do not prevent these apps from stealing focus

and what I was expecting to happen (the opposite): whitelist: these apps can steal focus blacklist: these apps may not steal focus

perhaps a better way to signify it would be allowed list: these apps will be allowed to steal focus deny list: these apps will be prevented from stealing focus

this is indeed a nitpick, but it caused me a big frustration for not working how I've imagined it would