Files
cheatsheet-tldr/tldr/linux/bspwm
2025-11-29 00:20:05 +00:00

15 lines
428 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# bspwm
> A tiling window manager based on binary space partitioning.
> See also: `bspc` for controlling it.
> More information: <https://github.com/baskerville/bspwm/blob/master/doc/bspwm.1.asciidoc>.
- Start `bspwm` (note that a pre-existing window manager must not be open when this command is run):
`bspwm -c {{path/to/config}}`