Built-in Extensions¶
RunCommand¶
-
class
libqtile.extension.RunCommand(**config)[source]¶ Run an arbitrary command.
Mostly useful as a superclass for more specific extensions that need to interact with the qtile object.
Also consider simply using lazy.spawn() or writing a client.
key default description backgroundNonedefines the normal background color commandNonethe command to be launched (string or list with arguments) font'sans'defines the font name to be used fontsizeNonedefines the font size to be used foregroundNonedefines the normal foreground color selected_backgroundNonedefines the selected background color selected_foregroundNonedefines the selected foreground color
WindowList¶
-
class
libqtile.extension.WindowList(**config)[source]¶ Give vertical list of all open windows in dmenu. Switch to selected.
key default description all_groupsTrueIf True, list windows from all groups; otherwise only from the current group backgroundNonedefines the normal background color commandNonethe command to be launched (string or list with arguments) dmenu_bottomFalsedmenu appears at the bottom of the screen dmenu_command'dmenu'the dmenu command to be launched dmenu_fontNoneoverride the default ‘font’ and ‘fontsize’ options for dmenu dmenu_heightNonedefines the height (only supported by some dmenu forks) dmenu_ignorecaseFalsedmenu matches menu items case insensitively dmenu_linesNonedmenu lists items vertically, with the given number of lines dmenu_promptNonedefines the prompt to be displayed to the left of the input field font'sans'defines the font name to be used fontsizeNonedefines the font size to be used foregroundNonedefines the normal foreground color item_format'{group}.{id}: {window}'the format for the menu items selected_backgroundNonedefines the selected background color selected_foregroundNonedefines the selected foreground color