summaryrefslogtreecommitdiff
path: root/tests/fixtures/system-defaults-write
AgeCommit message (Collapse)Author
2024-12-29tests: add screencapture.target test caseFilip Kania
2024-12-01defaults: expose-group-by-app -> expose-group-appsAustin Horstman
Default was renamed in previous macOS release.
2024-12-01defaults: add `EnableTiledWindowMargins` optionBeta-Computer
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
2024-11-12fix(defaults): fixing #1107Lucas Mendes Loureiro
2024-11-12feat(defaults): adding support to control centerLucas Mendes Loureiro
2024-11-03Merge pull request #1125 from aschleck/new-window-pathMichael Hoang
Configure the folder that new Finder windows open
2024-11-02Allow configuring the fn key actionApril Schleck
2024-11-02Configure the folder that new Finder windows openApril Schleck
2024-09-18add tests for finder optionsNiklas Ravnsborg
2024-09-16add `NSGlobalDomain.AppleSpacesSwitchOnActivate` optionNiklas Ravnsborg
2024-08-02(feature) Add Stage Manager (com.apple.WindowManager) settings as ↵Maxime Daffis
system.defaults.windowmanager All credits go to @AlexOwl. Their [PR](https://github.com/LnL7/nix-darwin/pull/505) looked abandonned so I reported their changes and addressed the change requests.
2024-07-24Add inline prediction option mirroring the capitalization option347Online | Katie Janzen
2024-05-15Add file or directory tile to Dock persistent othersRicardo Pinto
2024-05-13Add persistent others to dockRicardo Pinto
2024-03-03Add support for persistent-apps in dockDylan Frankland
2024-03-02fix writing values with containersDylan Frankland
Complex container values like `-array` have their own DSL which does not allow specifying all data types. Instead of using the DSL use plist fragments instead.