1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
9 sha256 = "1h0phf3s6ljffxw0bs73k041wildaz01h37iv5mxhami41wrh4qf";
12 pythonPath = with python3Packages; [ enum-compat i3ipc docopt ];
16 pythonImportsCheck = [ "i3altlayout" ];
19 maintainers = with maintainers; [ magnetophon ];
20 description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";
21 mainProgram = "i3altlayout";
22 homepage = "https://github.com/deadc0de6/i3altlayout";
23 license = licenses.gpl3Only;
24 platforms = platforms.linux;