3 lines
103 B
Text
3 lines
103 B
Text
def main [] {
|
|
mut workspaces = waymsg -rt get_workspaces | from json | select name focused urgent;
|
|
}
|