mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 10:50:37 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user