Bspwm: Not work rotate

Created on 28 Mar 2016  路  4Comments  路  Source: baskerville/bspwm

Before I used command bspc desktop -R 90 for rotate nodes in current desktop. Now in current version bspwm I use bspc node -R 90, but I get empty message in stdout and not rotate nodes in current desktop.

Bspwm version: 0.9.1-10-g3e60b44
Commit: 3e60b44c29af9bf3147b85aba7bf562d66728899

Most helpful comment

you need to specify the root node/desktop with a node selector like @/, eg bspc node @/ -R 90

All 4 comments

you need to specify the root node/desktop with a node selector like @/, eg bspc node @/ -R 90

@neeasade Thanks! This work. I thought that the selector is optional. Need more understandable documentation. ;)

I believe it is marked as such because a node isn't restricted to being a desktop -- the path notation helps indicate that.

@ithamsteri The selector _is_ optional and defaults to the focused node.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nebulaw2081d picture nebulaw2081d  路  4Comments

sjtio picture sjtio  路  3Comments

Th3Whit3Wolf picture Th3Whit3Wolf  路  4Comments

evanescente-ondine picture evanescente-ondine  路  6Comments

Fnux picture Fnux  路  4Comments