3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name'
|