From 6bc886c290fab6a4bfd2c8fce667817c0fbef6d1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 16 Jan 2026 15:16:18 +0100 Subject: [PATCH] minor --- hosts/darwin/system-default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin/system-default.nix b/hosts/darwin/system-default.nix index 125e358..eb1144d 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -78,7 +78,7 @@ FXPreferredViewStyle = "Nlsv"; # Default view: "icnv"=Icon, "Nlsv"=List, "clmv"=Column, "glyv"=Gallery QuitMenuItem = false; # Allow quitting Finder with ⌘Q ShowPathbar = true; # Show path bar at bottom - ShowStatusBar = true; # Show status bar at bottom + ShowStatusBar = false; # Show status bar at bottom _FXShowPosixPathInTitle = false; # Show full POSIX path in title _FXSortFoldersFirst = true; # Sort folders before files };