about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix')
-rw-r--r--nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix b/nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix
index 180b074118ca..7927985460e2 100644
--- a/nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix
+++ b/nixpkgs/pkgs/applications/window-managers/i3/cycle-focus.nix
@@ -18,6 +18,7 @@ rustPlatform.buildRustPackage {
 
   meta = with lib; {
     description = "A simple tool to cyclically switch between the windows on the active workspace";
+    mainProgram = "i3-cycle-focus";
     homepage = "https://github.com/TheDoctor314/i3-cycle-focus";
     license = licenses.unlicense;
     maintainers = with maintainers; [ GaetanLepage ];