summaryrefslogtreecommitdiff
path: root/tests/system-defaults-write.nix
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.
2024-02-29defaults: Add options for dragOnGesture featureMoritz Rumpf
This is just a rebased version of https://github.com/LnL7/nix-darwin/pull/513 Credit to @2gn
2024-01-02Adding testMike Hume
2023-06-20Merge pull request #671 from sxyazi/pr-e0f2168dDaiderd Jordan
Add `mouseDriverCursorSize` option
2023-06-20Merge pull request #672 from sxyazi/pr-af01ed5dDaiderd Jordan
Add `AppleScrollerPagingBehavior` option
2023-05-27feat: add `AppleWindowTabbingMode` optionsxyazi
2023-05-27feat: add `AppleScrollerPagingBehavior` optionsxyazi
2023-05-27feat: add `mouseDriverCursorSize` optionsxyazi
2023-05-15refactor: rename clock option menuExtraClockHraban Luyat
2023-05-15feat: defaults write com.apple.menuextra.clockHraban Luyat
2023-04-30feat(screensaver): add support of askForPassword and askForPasswordDelayJulien Brochet
2022-12-13Add option to set 24-hour timeSlim Lim
Normally, the system region setting determines whether the clock uses 12- or 24-hour time. This flag allows users to override this setting and use 24-hour time even if their region does not.
2022-10-24#517: custom preferences for 'defaults' can be specifiedPavel Shirshov
2022-08-29Transition to using native floatsMalo Bourgon
2022-08-20feat: provide option to display the appswitcher on all displaysJan Schmitt
2022-04-25Merge pull request #447 from dsyang/additional-optionsDaiderd Jordan
add options for configuring activity monitor
2022-03-25Add NSGlobalDomain.NSAutomaticWindowAnimationsEnabled settingBrian Leung
* modules/system/defaults/NSGlobalDomain.nix: Define.
2022-03-14add options for configuring activity monitorDan Yang
2022-03-14add option to show hidden files everywhereDan Yang
2021-12-24defaults: add options for common `universalaccess` settingsChris Montgomery
2020-11-14Add options for swipe navigationAndrew Seward
One for trackpad, one for mouse. I don't know much about the mouse side of things, but thought I'd at least include it to be comprehensive.
2019-09-01Merge pull request #155 from toonn/defaults-write-GlobalPreferencesDaiderd Jordan
Add defaults write for the alert sound
2019-08-19Add defaults write for the alert soundtoonn
Found in `System Preferences`->`Sound`->`Sound Effects`, the default is `Funk`.
2019-07-22Allow configuring external keyboard to use standard F-keysJason Felice
2018-03-01add screencapture option to defaults-write testDaiderd Jordan
2018-01-17defaults: move com.apple.smb.server to /activateDaiderd Jordan
Currently fails with permission errors.
2018-01-04Adds more NSGlobalDomain options + testspjan vandaele
2018-01-01fix + testspjan vandaele
2017-05-14add test for system.defaultsDaiderd Jordan