4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/usr/bin/env fish
|
|
|
|
niri msg --json workspaces | jq -r '.[] | select(.is_focused == true) | .["id"]'
|