Add darwin system options for dock, finder, keyboard stuff and controlcenter.

This commit is contained in:
Martin Lasson 2025-01-26 01:14:35 +01:00
parent bdf42672e0
commit 699c93db79

View file

@ -28,8 +28,22 @@
system = {
configurationRevision = self.rev or self.dirtyRev or null;
defaults = {
dock.autohide = true;
finder.FXPreferredViewStyle = "clmv";
dock = {
autohide = true;
persistent-apps = [ ];
persistent-others = [ ];
show-recents = false;
static-only = true;
};
finder = {
_FXShowPosixPathInTitle = true;
_FXSortFoldersFirst = true;
AppleShowAllFiles = true;
AppleShowAllExtensions = true;
ShowPathbar = true;
ShowStatusBar = true;
FXPreferredViewStyle = "clmv";
};
loginwindow.GuestEnabled = false;
NSGlobalDomain = {
AppleICUForce24HourTime = true;
@ -39,8 +53,11 @@
trackpad = {
Clicking = true;
TrackpadThreeFingerDrag = true;
TrackpadThreeFingerTapGesture = true;
};
controlcenter = {
BatteryShowPercentage = true;
};
hitoolbox.AppleFnUsageType = "Show Emoji & Symbols";
};
keyboard = {
enableKeyMapping = true;