LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

qtile

Hackable tiling window manager in Python

TLDR

Start the window manager
$ qtile start
copy
Check configuration file for errors
$ qtile check
copy
Show resource usage information
$ qtile top --force
copy
Run command on specific group
$ qtile run-cmd --group [groupname] --float xterm
copy
Restart the window manager
$ qtile cmd-obj --object cmd --function restart
copy
Start with Wayland backend
$ qtile start --backend wayland
copy

SYNOPSIS

qtile command [options]

DESCRIPTION

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.

PARAMETERS

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

INSTALL

sudo dnf install qtile
copy
sudo pacman -S qtile
copy

CAVEATS

Configuration is done in Python at ~/.config/qtile/config.py. Always run qtile check after modifying configuration to verify syntax. Qtile requires X11 or Wayland (via qtile start --backend wayland).

HISTORY

qtile was created as a highly configurable tiling window manager that uses Python for configuration, allowing complex customizations and scripting capabilities.

SEE ALSO

i3(1), bspwm(1), awesome(1)

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