You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having more information about windows helps make scripting/automation easier. For instance, I would like to write a script to move a window to a specific dfs-index, but would need both the dfs-index (#667) of the currently focused window as well as its layout type. So, adding the layout type (v_tiles, h_tiles, h_accordian, or v_accordian) and dfs-index to the list-windows output would help, thanks!
The text was updated successfully, but these errors were encountered:
I think the list-windows subcommand could be enriched with lots of information.
If compared to yabai, aerospace offers only very limited information.
For example, yabai -m query --windows offers information like:
has-focus: without that, I need to query the CLI two times to get all windows AND the focused window
is-minimized: would be nice to ignore minimized windows in some scripts
is-fullscreen: similarly to above
frame.x and frame.y as XY coordinates, which is similar to dfs-index
IMHO, it would be nice to get all these information when using aerospace list-windows --json.
If the output is json, then the --format could be omitted to show all fields.
Having more information about windows helps make scripting/automation easier. For instance, I would like to write a script to move a window to a specific
dfs-index
, but would need both thedfs-index
(#667) of the currently focused window as well as its layout type. So, adding the layout type (v_tiles
,h_tiles
,h_accordian
, orv_accordian
) anddfs-index
to thelist-windows
output would help, thanks!The text was updated successfully, but these errors were encountered: