diff --git a/pages/linux/bspc.md b/pages/linux/bspc.md index 9dcc19260..20c6d70da 100644 --- a/pages/linux/bspc.md +++ b/pages/linux/bspc.md @@ -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: . -- 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}}` diff --git a/pages/linux/bspwm.md b/pages/linux/bspwm.md index b69072461..ee32e5a56 100644 --- a/pages/linux/bspwm.md +++ b/pages/linux/bspwm.md @@ -1,12 +1,9 @@ # bspwm > A tiling window manager based on binary space partitioning. +> See also: `bspc`, for controlling it. > More information: . - 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`