diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/terminal/system/programs/lazygit.nix | 5 |
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"]; |
