https://github.com/benjamin-dobell/fookoff
Prevent OS X apps stealing focus.
https://github.com/benjamin-dobell/fookoff
Last synced: 7 months ago
JSON representation
Prevent OS X apps stealing focus.
- Host: GitHub
- URL: https://github.com/benjamin-dobell/fookoff
- Owner: Benjamin-Dobell
- License: mit
- Created: 2015-02-12T17:26:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T19:21:59.000Z (over 4 years ago)
- Last Synced: 2024-05-01T18:52:05.399Z (over 1 year ago)
- Language: Objective-C
- Size: 6.84 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Fookoff
An extremely simple SIMBL plugin to stop apps stealing focus.
At the moment the plugin is enabled for *all apps*, which is by no means ideal as it interferes with normal window swapping behaviour.
# Installation
Install EasySIMBL with [Homebrew](http://brew.sh/):
brew install Caskroom/cask/easysimbl
Add a SIMBL plugins directory:
mkdir "~/Library/Application Support/SIMBL/Plugins"
Compile the Fookoff.bundle by opening Fookoff.xcodeproj and building. Then copy the compiled Fookoff.bundle to ~/Library/Application Support/SIMBL/Plugins.
# TODO
* Make this user friendly.
* Add optional whitelist/blacklist files that can be used to enable or disable certain apps (by bundle identifier).
* Make this easy to install (say via Homebrew).