bspwm, bspc: improve descriptions, add "See also" and add example (#12353)

pull/23/head
Vitor Henrique 2024-02-25 07:44:49 -03:00 committed by GitHub
parent cc9a6f4509
commit 1ede1be877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 deletions

View File

@ -1,11 +1,12 @@
# bspc
> A tool to control `bspwm`.
> Configure and control `bspwm`, managing nodes, desktops, monitors, and more.
> See also: `bspwm`.
> More information: <https://github.com/baskerville/bspwm>.
- Define two virtual desktop:
- Define two virtual desktops:
`bspc monitor --reset-desktops {{1}} {{2}}`
`bspc monitor --reset-desktops {{desktop_name1}} {{desktop_name2}}`
- Focus the given desktop:
@ -22,3 +23,7 @@
- Toggle full screen mode for the selected node:
`bspc node --state ~fullscreen`
- Set the value of a specific setting:
`bspc config {{setting_name}} {{value}}`

View File

@ -1,12 +1,9 @@
# bspwm
> A tiling window manager based on binary space partitioning.
> See also: `bspc`, for controlling it.
> 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`