1 { lib, stdenv, fetchFromGitHub, pkg-config, xorgproto, libxcb, xcbutilkeysyms
2 , xorg , i3ipc-glib , glib
9 src = fetchFromGitHub {
11 repo = "i3-easyfocus";
12 rev = "fffb468f7274f9d7c9b92867c8cb9314ec6cf81a";
13 sha256 = "1db23vzzmp0hnfss1fkd80za6d2pajx7hdwikw50pk95jq0w8wfm";
16 nativeBuildInputs = [ pkg-config ];
17 buildInputs = [ libxcb xcbutilkeysyms xorgproto xorg.libX11.dev i3ipc-glib glib.dev ];
19 # Makefile has no rule for 'install'
22 cp i3-easyfocus $out/bin
26 description = "Focus and select windows in i3";
27 mainProgram = "i3-easyfocus";
28 homepage = "https://github.com/cornerman/i3-easyfocus";
29 maintainers = with maintainers; [teto];
30 license = licenses.gpl3;
31 platforms = platforms.linux;