aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/lazygit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal/system/programs/lazygit.nix')
-rw-r--r--modules/terminal/system/programs/lazygit.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/terminal/system/programs/lazygit.nix b/modules/terminal/system/programs/lazygit.nix
index d262ef4..e3e2b42 100644
--- a/modules/terminal/system/programs/lazygit.nix
+++ b/modules/terminal/system/programs/lazygit.nix
@@ -14,10 +14,13 @@
showListFooter = false;
showCommandLog = false;
showPanelJumps = false;
- # border = "single";
statusPanelView = "allBranchesLog";
};
+ update.method = "never";
notARepository = "quit";
+
+ quitOnTopLevelReturn = true;
+ disableStartupPopups = true;
promptToReturnFromSubprocess = false;
theme.inactiveBorderColor = ["#313244"];