From 1ede1be8774ba845c7da3758cb7636bd9059e51b Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Sun, 25 Feb 2024 07:44:49 -0300 Subject: [PATCH] bspwm, bspc: improve descriptions, add "See also" and add example (#12353) --- pages/linux/bspc.md | 11 ++++++++--- pages/linux/bspwm.md | 5 +---- 2 files changed, 9 insertions(+), 7 deletions(-) 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`