Skip to content

Class WindowProperties

Fields

geometry nullable

geometry?: { x: integer, y: integer, width: integer, height: integer }

The location and size of the window

class nullable

class?: string

The window's class

title nullable

title?: string

The window's title

focused nullable

focused?: boolean

Whether or not the window is focused

floating nullable

floating?: boolean

Whether or not the window is floating

fullscreen_or_maximized nullable

fullscreen_or_maximized?: FullscreenOrMaximized

Whether the window is fullscreen, maximized, or neither

tags

tags: TagHandle[]

The tags the window has

state nullable

state?: WindowState