bspc
A tool to control `bspwm`.
- Define two virtual desktop:
bspc monitor --reset-desktops {1} {2}
bspc desktop --focus {number}
- Close the windows rooted at the selected node:
bspc node --close
- Send the selected node to the given desktop:
bspc node --to-desktop {number}
- Toggle full screen mode for the selected node:
bspc node --state ~fullscreen
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).