← 返回命令列表

Linux command

bspwm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start

bspwm -c [path/to/config]

说明

bspwm is a tiling window manager based on binary space partitioning. It organizes windows in a full binary tree structure, recursively splitting the screen into regions. The window manager is controlled entirely through bspc, which sends commands via a socket. Configuration is done through shell scripts that run bspc commands, typically at ~/.config/bspwm/bspwmrc. Hotkey binding is handled separately by tools like sxhkd (Simple X Hotkey Daemon).

参数

-c _config_
Path to configuration file (default: ~/.config/bspwm/bspwmrc)
-s _socket_
Path to the socket file
-o _count_
Number of monitors

FAQ

What is the bspwm command used for?

bspwm is a tiling window manager based on binary space partitioning. It organizes windows in a full binary tree structure, recursively splitting the screen into regions. The window manager is controlled entirely through bspc, which sends commands via a socket. Configuration is done through shell scripts that run bspc commands, typically at ~/.config/bspwm/bspwmrc. Hotkey binding is handled separately by tools like sxhkd (Simple X Hotkey Daemon).

How do I run a basic bspwm example?

Run `bspwm -c [path/to/config]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c _config_ do in bspwm?

Path to configuration file (default: ~/.config/bspwm/bspwmrc)