Better macOS configuration

This commit is contained in:
Laurent Gueret
2026-02-12 06:50:27 +01:00
parent fd6f8572ad
commit cfc75b3f80
+39 -4
View File
@@ -7,12 +7,38 @@
stateVersion = 6; stateVersion = 6;
configurationRevision = self.rev or self.dirtyRev or null; configurationRevision = self.rev or self.dirtyRev or null;
defaults = { defaults = {
controlcenter.BatteryShowPercentage = true; loginwindow = {
GuestEnabled = false;
};
dock = { dock = {
show-recents = false; show-recents = false;
tilesize = 30; tilesize = 30;
autohide = false; autohide = false;
orientation = "bottom"; orientation = "right";
persistent-apps = [
{ app = "/Applications/Zen.app"; }
{ app = "/System/Applications/Mail.app"; }
{ app = "/Applications/Obsidian.app"; }
{ app = "/Applications/Microsoft Word.app"; }
{ app = "/Applications/Microsoft Excel.app"; }
{ app = "/Applications/Microsoft PowerPoint.app"; }
{ app = "/Applications/Microsoft Teams.app"; }
{ app = "/Applications/Zed.app"; }
{ app = "/Applications/IntelliJ IDEA.app"; }
{ app = "/Applications/PyCharm.app"; }
{ app = "/Applications/PhpStorm.app"; }
{ app = "/Applications/RustRover.app"; }
{ app = "/Applications/CLion.app"; }
{ app = "/Applications/GoLand.app"; }
{ app = "/Applications/DataGrip.app"; }
{ app = "/Applications/DataSpell.app"; }
{ app = "/Applications/iTerm.app"; }
];
persistent-others= [];
wvous-bl-corner = 1;
wvous-br-corner = 3;
wvous-tl-corner = 1;
wvous-tr-corner = 1;
}; };
finder = { finder = {
ShowHardDrivesOnDesktop = false; ShowHardDrivesOnDesktop = false;
@@ -22,9 +48,18 @@
FXRemoveOldTrashItems = true; FXRemoveOldTrashItems = true;
NewWindowTarget = "Home"; NewWindowTarget = "Home";
}; };
loginwindow = { WindowManager = {
GuestEnabled = false; # Stage
HideDesktop = false;
GloballyEnabled = false;
StageManagerHideWidgets = true;
# Desktop
StandardHideWidgets = true;
StandardHideDesktopIcons = true;
EnableStandardClickToShowDesktop = false;
}; };
menuExtraClock.IsAnalog = false;
controlcenter.BatteryShowPercentage = true;
}; };
}; };
} }