Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-26 00:13:26 +00:00
parent d1f45d718c
commit e815ba73c5
38 changed files with 142 additions and 45 deletions

View File

@@ -5,12 +5,13 @@ source: https://github.com/tldr-pages/tldr.git
---
# 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:
@@ -27,3 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
- Toggle full screen mode for the selected node:
`bspc node --state ~fullscreen`
- Set the value of a specific setting:
`bspc config {{setting_name}} {{value}}`