15 rustPlatform.buildRustPackage rec {
16 pname = "sway-easyfocus";
17 version = "unstable-2023-11-05";
19 src = fetchFromGitHub {
21 repo = "sway-easyfocus";
22 rev = "4c70f6728dbfc859e60505f0a7fd82f5a90ed42c";
23 hash = "sha256-WvYXhf13ZCoa+JAF4bYgi5mI22i9pZLtbIhF1odqaTU=";
26 cargoHash = "sha256-9cN0ervcU8JojwG7J250fprbCD2rB9kh9TbRU+wCE/Y=";
44 description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus";
45 homepage = "https://github.com/edzdez/sway-easyfocus";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ eclairevoyant ];
48 mainProgram = "sway-easyfocus";