1 { lib, fetchFromGitHub, python3Packages }:
3 python3Packages.buildPythonApplication rec {
4 pname = "i3-wk-switch";
5 version = "2020-03-18";
8 src = fetchFromGitHub {
11 rev = "a618cb8f52120aa8d533bb7c0c8de3ff13b3dc06";
12 sha256 = "0ci0w5igjk5xa8x4rx17cpgmdkamwjmavxhp0vp6213cl93ybjhz";
15 propagatedBuildInputs = with python3Packages; [ i3ipc ];
22 cp i3-wk-switch.py "$out/bin/i3-wk-switch"
26 description = "XMonad-like workspace switching for i3 and sway";
27 maintainers = with maintainers; [ synthetica ];
28 platforms = platforms.linux;
29 license = licenses.mit;
30 homepage = "https://travisf.net/i3-wk-switcher";