baskerville / bspwm

A tiling window manager based on binary space partitioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

" quote in desktop name causes unparsable JSON --tree

Veraellyunjie opened this issue · comments

bspc monitor --reset-desktops \"1 \"2 \"3
bspc query --desktops --names
"1
"2
"3

So far so good

bspc query --tree --monitor focused

In the output you can see:
"name":""1"
"name":""2"
"name":""3"

And no normal JSON parser can handle it, including jq and gron