Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 992 Bytes

noShadows

preview

Information:

  • Designed for 10.14+
  • MacForge plugin that removes shadows from windows on macOS
  • Author: MacEnhance

Functionality:

  • When a window gains focus, noShadows will try to turn off the shadows using [window setHasShadow:false];
  • Note that this doesn't affect windows with custom drawn shadows

Blacklisting:

  • To add an app the blacklist
  1. Find the bundle ID of the application you want to blacklist, e.g. com.googlecode.iterm2
  2. Open /System/Applications/Utilities/Terminal.app
  3. Enter the command defaults write com.googlecode.iterm2 noShadows -bool true
  4. Restart the application
  • To remove an app, enter the command ``defaults delete com.googlecode.iterm2 noShadows`

Installation:

  1. Download and open MacForge
  2. Install noShadows