Created
July 15, 2019 09:01
-
-
Save yeahdongcn/aab7c4259fc74c138a4bd1c267fccfb9 to your computer and use it in GitHub Desktop.
Dock hidden/shown window properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Printing description of entry: | |
{ | |
kCGWindowAlpha = 1; | |
kCGWindowBounds = { | |
Height = 1050; | |
Width = 1680; | |
X = 0; | |
Y = 0; | |
}; | |
kCGWindowIsOnscreen = 1; | |
kCGWindowLayer = "-2147483622"; | |
kCGWindowMemoryUsage = 5544; | |
kCGWindowName = "Fullscreen Backdrop"; | |
kCGWindowNumber = 26687; | |
kCGWindowOwnerName = Dock; | |
kCGWindowOwnerPID = 262; | |
kCGWindowSharingState = 1; | |
kCGWindowStoreType = 2; | |
} | |
Printing description of entry: | |
{ | |
kCGWindowAlpha = 1; | |
kCGWindowBounds = { | |
Height = 1050; | |
Width = 1680; | |
X = 0; | |
Y = 0; | |
}; | |
kCGWindowIsOnscreen = 1; | |
kCGWindowLayer = 20; | |
kCGWindowMemoryUsage = 1248; | |
kCGWindowName = Dock; | |
kCGWindowNumber = 43; | |
kCGWindowOwnerName = Dock; | |
kCGWindowOwnerPID = 262; | |
kCGWindowSharingState = 1; | |
kCGWindowStoreType = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment