From a6c094c38fc718137fd310a4ffac4fde8add59d4 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Fri, 1 Sep 2023 23:11:31 -0700 Subject: [PATCH] i3wsr: set meta.mainProgram --- pkgs/applications/window-managers/i3/wsr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/window-managers/i3/wsr.nix b/pkgs/applications/window-managers/i3/wsr.nix index 68ae959c2631..e64194ac3817 100644 --- a/pkgs/applications/window-managers/i3/wsr.nix +++ b/pkgs/applications/window-managers/i3/wsr.nix @@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec { doCheck = false; meta = with lib; { + mainProgram = "i3wsr"; description = "Automatically change i3 workspace names based on their contents"; longDescription = '' Automatically sets the workspace names to match the windows on the workspace.