Forrest logo
back to context overview

qtile

List of commands for qtile:

  • qtile:tldr:1657a qtile: Start the window manager, if it is not running already (should ideally be run from `.xsession` or similar).
    $ qtile start
    try on your machine
    explain this command
  • qtile:tldr:6c8ea qtile: Show current resource usage information.
    $ qtile top --force
    try on your machine
    explain this command
  • qtile:tldr:992b1 qtile: Open the program `xterm` as a floating window on the group named `test-group`.
    $ qtile run-cmd --group ${test-group} --float ${xterm}
    try on your machine
    explain this command
  • qtile:tldr:aa01b qtile: Restart the window manager.
    $ qtile cmd-obj --object cmd --function restart
    try on your machine
    explain this command
  • qtile:tldr:f7fce qtile: Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`).
    $ qtile check
    try on your machine
    explain this command
back to context overview