baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.73k stars 414 forks source link

[REQUEST] mark a node with name #1389

Open sunn4room opened 2 years ago

sunn4room commented 2 years ago

Currently, bspwm only supports flag a node with "marked" tag. In some situations, I need manage nodes by names, and this feature isn't supported now. My temporary solution is to maintain a external file to save node ids and mark names.

So I need a new feature:

bspc node SELECTOR --mark NAME # mark a node with name
bspc node SELECTOR --mark -NAME # delete a name
bspc node -f any.&NAME # focus a node has a special name

Any suggestions?