2021-10-30 15:13:44 +02:00
|
|
|
# bspc
|
|
|
|
|
2024-02-25 07:44:49 -03:00
|
|
|
> Configure and control `bspwm`, managing nodes, desktops, monitors, and more.
|
|
|
|
> See also: `bspwm`.
|
2021-10-30 15:13:44 +02:00
|
|
|
> More information: <https://github.com/baskerville/bspwm>.
|
|
|
|
|
2024-02-25 07:44:49 -03:00
|
|
|
- Define two virtual desktops:
|
2021-10-30 15:13:44 +02:00
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bspc monitor {{[-d|--reset-desktops]}} {{desktop_name1}} {{desktop_name2}}`
|
2021-10-30 15:13:44 +02:00
|
|
|
|
|
|
|
- Focus the given desktop:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bspc desktop {{[-f|--focus]}} {{number}}`
|
2021-10-30 15:13:44 +02:00
|
|
|
|
|
|
|
- Close the windows rooted at the selected node:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bspc node {{[-c|--close]}}`
|
2021-10-30 15:13:44 +02:00
|
|
|
|
|
|
|
- Send the selected node to the given desktop:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bspc node {{[-d|--to-desktop]}} {{number}}`
|
2021-10-30 15:13:44 +02:00
|
|
|
|
|
|
|
- Toggle full screen mode for the selected node:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bspc node {{[-t|--state]}} ~fullscreen`
|
2024-02-25 07:44:49 -03:00
|
|
|
|
|
|
|
- Set the value of a specific setting:
|
|
|
|
|
|
|
|
`bspc config {{setting_name}} {{value}}`
|