
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 starttry on your machineexplain this command
-
qtile:tldr:6c8ea qtile: Show current resource usage information.$ qtile top --forcetry on your machineexplain 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 machineexplain this command
-
qtile:tldr:aa01b qtile: Restart the window manager.$ qtile cmd-obj --object cmd --function restarttry on your machineexplain this command
-
qtile:tldr:f7fce qtile: Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`).$ qtile checktry on your machineexplain this command