about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix')
-rw-r--r--nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix b/nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix
index 91f663907a0a..f6f1ecf20c1a 100644
--- a/nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix
+++ b/nixpkgs/pkgs/applications/window-managers/i3/altlayout.nix
@@ -18,6 +18,7 @@ python3Packages.buildPythonApplication rec {
   meta = with lib; {
     maintainers = with maintainers; [ magnetophon ];
     description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";
+    mainProgram = "i3altlayout";
     homepage = "https://github.com/deadc0de6/i3altlayout";
     license = licenses.gpl3Only;
     platforms = platforms.linux;