Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tehabe

macrumors 6502
Original poster
Jun 6, 2018
314
409
Hamburg
In the past it was very easy to get rid of the annoying shadows in screeshots:

Code:
defaults write com.apple.screencapture disable-shadow true
killall SystemUIServer

And you are done. But this doesn't work in macOS 11 and I can't find an answer to that on Google or anywhere else.

Does anyone know a way to get rid of those window shadows by default?
 

hwojtek

macrumors 68020
Jan 26, 2008
2,274
1,276
Poznan, Poland
Onyx maintenance tool from Titanium Software.

Catalina:

onyx_catalina.png


Big Sur:

onyx_big sur.jpg
 

tehabe

macrumors 6502
Original poster
Jun 6, 2018
314
409
Hamburg
I didn't want to install another application, just turn off the shadows. *sigh*
 

chabig

macrumors G4
Sep 6, 2002
11,349
9,048
Onyx is just an interface to the system. So there exists a terminal command to do what you want. The puzzle is figuring it out.
 
  • Like
Reactions: mikzn

dsemf

macrumors 6502
Jul 26, 2014
435
109
I have not checked on Big Sur, but I have always used the option key to suppress the border.

DS
 
  • Like
Reactions: Nermal

hwojtek

macrumors 68020
Jan 26, 2008
2,274
1,276
Poznan, Poland
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer

In the past it was very easy to get rid of the annoying shadows in screeshots:

Code:
defaults write com.apple.screencapture disable-shadow true
killall SystemUIServer

And you are done. But this doesn't work in macOS 11 and I can't find an answer to that on Google or anywhere else.

Does anyone know a way to get rid of those window shadows by default?
I guess you didn't exactly solve the problem.
 

retta283

Suspended
Jun 8, 2018
3,180
3,480
Could someone provide some info on this screenshot shadow? I must admit I am not certain I have ever noticed this. I do remember that taking a screenshot of an application window looked a bit janky but using Alt + Shift + 3 or + 4 I have never noticed shadows, so not sure if I am thinking of the same thing or not.
Edit: Sorry, Cmd + Shift + 3/4 not alt.
 
  • Like
Reactions: mikzn

cambookpro

macrumors 604
Feb 3, 2010
7,215
3,331
United Kingdom
Could someone provide some info on this screenshot shadow? I must admit I am not certain I have ever noticed this. I do remember that taking a screenshot of an application window looked a bit janky but using Alt + Shift + 3 or + 4 I have never noticed shadows, so not sure if I am thinking of the same thing or not.
One with, one without (you can press Option when taking a window screenshot to manually disable the shadow each time).
 

Attachments

  • Screenshot 2021-01-13 at 3.28.26 pm.png
    Screenshot 2021-01-13 at 3.28.26 pm.png
    1.3 MB · Views: 111
  • Screenshot 2021-01-13 at 3.28.30 pm.png
    Screenshot 2021-01-13 at 3.28.30 pm.png
    2 MB · Views: 99
  • Like
Reactions: retta283

mikzn

macrumors 68040
Sep 2, 2013
3,005
2,291
North Vancouver
Could someone provide some info on this screenshot shadow? I must admit I am not certain I have ever noticed this. I do remember that taking a screenshot of an application window looked a bit janky but using Alt + Shift + 3 or + 4 I have never noticed shadows, so not sure if I am thinking of the same thing or not.
Edit: Sorry, Cmd + Shift + 3/4 not alt.

I use those short cuts / commands almost daily and have never had any shadows ever and not now on Big Sur 11.2 (20D5029f)

Just tried CMD + SHift +3 for a full screen shot and "no shadow"

Same for the others +4 and +5
 
  • Like
Reactions: retta283

cambookpro

macrumors 604
Feb 3, 2010
7,215
3,331
United Kingdom
I use those short cuts / commands almost daily and have never had any shadows ever and not now on Big Sur 11.2 (20D5029f)

Just tried CMD + SHift +3 for a full screen shot and "no shadow"

Same for the others +4 and +5
The shadow occurs when taking a screenshot of a window, not a portion of/the whole screen - to do this, press Cmd Shift 4 and then press the space bar.
 
  • Like
Reactions: Nermal

AppelGeenyus

macrumors regular
Nov 3, 2019
216
290
I guess you didn't exactly solve the problem.
The answer I provided is correct, please read more carefully. In fact, the second line isn't even required anymore.

Here it is again, all you need:
defaults write com.apple.screencapture disable-shadow -bool true
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.