add time format to meetingbar and remove scroll zoom

scroll wheel zoom updates don't work for whatever reason
This commit is contained in:
Noah Masur 2024-02-07 21:23:01 -05:00
parent e635cf6225
commit 5034ada458

View File

@ -112,13 +112,6 @@
# Disable trackpad tap to click
trackpad.Clicking = false;
# universalaccess = {
# # Zoom in with Control + Scroll Wheel
# closeViewScrollWheelToggle = true;
# closeViewZoomFollowsFocus = true;
# };
# Where to save screenshots
screencapture.location = "~/Downloads";
@ -179,9 +172,14 @@
''{"deletable":true,"arguments":"","name":"Zoom","path":""}'';
KeyboardShortcuts_joinEventShortcut =
''{"carbonModifiers":6400,"carbonKeyCode":38}'';
timeFormat = ''"12-hour"'';
};
};
CustomSystemPreferences = {
};
};
# Settings that don't have an option in nix-darwin