From 96e0324c04a5541e8974ad13cfab204b28fecf6b Mon Sep 17 00:00:00 2001 From: Rolv Apneseth Date: Fri, 28 Oct 2022 12:00:40 +0000 Subject: [PATCH] qtile: add page (#9132) --- pages/linux/qtile.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/qtile.md diff --git a/pages/linux/qtile.md b/pages/linux/qtile.md new file mode 100644 index 000000000..d671cd2ae --- /dev/null +++ b/pages/linux/qtile.md @@ -0,0 +1,24 @@ +# qtile + +> A full-featured, hackable tiling window manager written and configured in Python. +> More information: . + +- Start the window manager, if it is not running already (should ideally be run from `.xsession` or similar): + +`qtile start` + +- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`): + +`qtile check` + +- Show current resource usage information: + +`qtile top --force` + +- Open the program `xterm` as a floating window on the group named `test-group`: + +`qtile run-cmd --group {{test-group}} --float {{xterm}}` + +- Restart the window manager: + +`qtile cmd-obj --object cmd --function restart`