Home
last modified time | relevance | path

Searched refs:run_qtile_cmd (Results 1 – 1 of 1) sorted by relevance

/dports/x11-wm/qtile/qtile-0.18.1/test/
H A Dtest_qtile_cmd.py84 def run_qtile_cmd(args): function
100 assert run_qtile_cmd('-s {} -o {} -f info'.format(manager.sockfile, obj))
102 layout = run_qtile_cmd('-s {} -o layout -f info'.format(manager.sockfile))
106 window = run_qtile_cmd('-s {} -o window {} -f info'.format(manager.sockfile, wid))
111 group = run_qtile_cmd('-s {} -o group {} -f info'.format(manager.sockfile, 'a'))
117 assert run_qtile_cmd('-s {} -o screen {} -f info'.format(manager.sockfile, 0)) == \
120 bar = run_qtile_cmd('-s {} -o bar {} -f info'.format(manager.sockfile, 'bottom'))
131 table = run_qtile_cmd(cmd)