mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 02:50:05 +00:00
Update cheatsheets
This commit is contained in:
17
linux/bspwm
Normal file
17
linux/bspwm
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bspwm
|
||||
|
||||
> A tiling window manager based on binary space partitioning.
|
||||
> More information: <https://github.com/baskerville/bspwm>.
|
||||
|
||||
- Start `bspwm` (note that a pre-existing window manager must not be open when this command is run):
|
||||
|
||||
`bspwm -c {{path/to/config}}`
|
||||
|
||||
- View documentation for `bspc`:
|
||||
|
||||
`tldr bspc`
|
||||
Reference in New Issue
Block a user