http://mcolxyzogp3cy4czf52oa2svu2vjge3otm3shxmtvwshyum47sis3iid.onion/code/qtools/commit/5cfd45707dda9a4f7242691d8368c875f9ef879f.html
Focussing is based
entirely on position and geometry, so is independent of screens, layouts and whether -windows are floating or tiled. +windows are floating or tiled. It can also move focus to and from empty screens. Example usage: @@ -17,6 +17,9 @@ Example usage: " " " +from libqtile.config import Screen + + def up(qtile):
_focus_window(qtile, -1, ' y ' ) @@ -38,27 +41,35 @@ def _focus_window(qtile, dir, axis): win_wide = None
dist = 10000
dist_wide =...