Darwin config update
This commit is contained in:
parent
b3a2813e31
commit
edac0da023
@ -15,6 +15,7 @@ let
|
|||||||
# Write the mapping in such a way that:
|
# Write the mapping in such a way that:
|
||||||
# NEWTILDE switches with NEWPIPE
|
# NEWTILDE switches with NEWPIPE
|
||||||
# NEWPIPE overrides NEWPLUSMINUS
|
# NEWPIPE overrides NEWPLUSMINUS
|
||||||
|
# https://hidutil-generator.netlify.app/
|
||||||
UserKeyMapping = [
|
UserKeyMapping = [
|
||||||
{
|
{
|
||||||
HIDKeyboardModifierMappingSrc = 30064771125;
|
HIDKeyboardModifierMappingSrc = 30064771125;
|
||||||
@ -111,8 +112,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
AppleShowScrollBars = "WhenScrolling";
|
AppleShowScrollBars = "Automatic";
|
||||||
AppleScrollerPagingBehavior = true;
|
AppleScrollerPagingBehavior = true;
|
||||||
|
AppleSpacesSwitchOnActivate = lib.mkDefault true;
|
||||||
"com.apple.swipescrolldirection" = false;
|
"com.apple.swipescrolldirection" = false;
|
||||||
NSAutomaticCapitalizationEnabled = false; # disable auto capitalization
|
NSAutomaticCapitalizationEnabled = false; # disable auto capitalization
|
||||||
NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution
|
NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution
|
||||||
@ -122,6 +124,14 @@ in
|
|||||||
NSNavPanelExpandedStateForSaveMode = true; # expand save panel by default
|
NSNavPanelExpandedStateForSaveMode = true; # expand save panel by default
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spaces = {
|
||||||
|
spans-displays = lib.mkDefault true;
|
||||||
|
};
|
||||||
|
|
||||||
|
WindowManager = {
|
||||||
|
EnableStandardClickToShowDesktop = lib.mkDefault false;
|
||||||
|
};
|
||||||
|
|
||||||
# Customize settings that not supported by nix-darwin directly
|
# Customize settings that not supported by nix-darwin directly
|
||||||
# see the source code of this project to get more undocumented options:
|
# see the source code of this project to get more undocumented options:
|
||||||
# https://github.com/rgcr/m-cli
|
# https://github.com/rgcr/m-cli
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user