1

I'm looking to send a window to the very back of the screen, as in just over the desktop. Basically I'm wanting it to launch and never be above any other apps. Is there a way to send the window to back?

sudo rm -rf
  • 29,408
  • 19
  • 102
  • 161

2 Answers2

2

You´ll want to use NSWindowLevel, in specific kCGDesktopWindowLevel. A short overview on NSWindowLevel can be found here, and a more elaborate solution has been posted to a similar stackoverflow question before.

Community
  • 1
  • 1
Asmus
  • 5,117
  • 1
  • 16
  • 21
1

I think what you are looking for can be found here.

The section of interest is "Hiding and showing a window".

I apologise, if this is incorrect.

AMadmanTriumphs
  • 4,888
  • 3
  • 28
  • 44