http://mcolxyzogp3cy4czf52oa2svu2vjge3otm3shxmtvwshyum47sis3iid.onion/code/qtools/commit/5cfd45707dda9a4f7242691d8368c875f9ef879f.html
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 = 10000 + cur = qtile.current_window + if not cur: + cur = qtile.current_screen if axis == ' x ' :
dim = ' width ' band_axis = ' y ' band_dim = ' height ' - cur_pos, band_min, _, band_max =...