← 返回命令列表

Linux command

qtile 命令

文件

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

常用示例

Start

qtile start

Check

qtile check

Example

qtile top --force

Run command

qtile run-cmd --group [groupname] --float xterm

Restart

qtile cmd-obj --object cmd --function restart

Example

qtile start --backend wayland

说明

qtile is a full-featured, hackable tiling window manager written and configured in Python. It provides a dynamic tiling layout system with extensive customization through Python configuration.

参数

start
Start the window manager (run from .xsession or similar)
start --backend _BACKEND_
Start with specified backend (x11 or wayland)
check
Check configuration file for errors (default: ~/.config/qtile/config.py)
top
Show current resource usage information
run-cmd
Launch a program with specific options
cmd-obj
Execute a command object method
shell
Open interactive Python shell for qtile control
migrate
Migrate the user's config.py to a newer Qtile API version
repl
Connect a Python REPL into the running Qtile instance for live introspection
--group _GROUP_
Specify the group (workspace) for run-cmd
--float
Launch window as floating
--object _OBJECT_
Specify object for cmd-obj
--function _FUNCTION_
Specify function to call for cmd-obj

FAQ

What is the qtile command used for?

qtile is a full-featured, hackable tiling window manager written and configured in Python. It provides a dynamic tiling layout system with extensive customization through Python configuration.

How do I run a basic qtile example?

Run `qtile start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does start do in qtile?

Start the window manager (run from .xsession or similar)