List on newlines special workspace window info #1187
Answered
by
justinesmithies
justinesmithies
asked this question in
Q&A
-
How can I get the following information using
|
Beta Was this translation helpful? Give feedback.
Answered by
justinesmithies
Dec 6, 2022
Replies: 1 comment
-
Worked out the answer for myself but if it helps anyone else then see below.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
justinesmithies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Worked out the answer for myself but if it helps anyone else then see below.
hyprctl clients -j | jq -r '.[] | select(.workspace.id==-99) |"<b>"+.title+"</b> - <i>"+.class+"</i>"'