Home
last modified time | relevance | path

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

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/tests/
H A Dtest_floating.py5 def test_directional_focus(hlwm, clientFocused): argument
36 hlwm.call(['jumpto', clients[clientFocused]])
39 expected_target = client2neighbours[clientFocused][idx]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dmonitor.cpp239 bool clientFocused = isFocused && res.focus == c; in applyLayout() local
241 c->resize_fullscreen(rect, clientFocused); in applyLayout()
243 c->resize_floating(this, clientFocused); in applyLayout()
246 c->resize_tiling(p.second.geometry, clientFocused, minDec); in applyLayout()