LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bspc

Control the bspwm tiling window manager

TLDR

Define virtual desktops
$ bspc monitor -d [desktop_name1] [desktop_name2]
copy
Focus a specific desktop
$ bspc desktop -f [number]
copy
Close the selected window
$ bspc node -c
copy
Send a node to a desktop
$ bspc node -d [number]
copy
Toggle fullscreen mode
$ bspc node -t ~fullscreen
copy
Set a configuration value
$ bspc config [setting_name] [value]
copy

SYNOPSIS

bspc domain command [arguments]

DESCRIPTION

bspc is the control program for bspwm (Binary Space Partitioning Window Manager). It sends commands to the window manager to manipulate windows, desktops, monitors, and configuration settings.The tool uses a domain-command structure where domains include node (windows), desktop, monitor, and config.

PARAMETERS

-d, --to-desktop name

Send node to specified desktop
-f, --focus selector
Focus the selected node/desktop
-c, --close
Close the selected node
-t, --state state
Set node state (tiled, floating, fullscreen)

DOMAINS

node

Manipulate window nodes (focus, move, resize, close, state)
desktop
Manage desktops (focus, rename, remove)
monitor
Configure monitors and their desktops
config
Get or set configuration options
rule
Manage window rules
query
Query tree state
subscribe
Subscribe to events

INSTALL

sudo apt install bspwm
copy
sudo dnf install bspwm
copy
sudo pacman -S bspwm
copy
sudo apk add bspwm
copy
sudo zypper install bspwm
copy
nix profile install nixpkgs#bspwm
copy

SEE ALSO

bspwm(1), sxhkd(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid