Adjust spaces behavior on darwin
This commit is contained in:
parent
b73d0a54de
commit
9ba138df96
@ -114,6 +114,9 @@ in
|
|||||||
static-only = true;
|
static-only = true;
|
||||||
tilesize = lib.mkDefault 80;
|
tilesize = lib.mkDefault 80;
|
||||||
|
|
||||||
|
# Do not automatically rearrange spaces based on most recent use
|
||||||
|
mru-spaces = false;
|
||||||
|
|
||||||
# Hot corners
|
# Hot corners
|
||||||
wvous-bl-corner = hot-corners.QuickNote;
|
wvous-bl-corner = hot-corners.QuickNote;
|
||||||
wvous-br-corner = hot-corners.Launchpad;
|
wvous-br-corner = hot-corners.Launchpad;
|
||||||
@ -132,7 +135,7 @@ in
|
|||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
AppleShowScrollBars = "Automatic";
|
AppleShowScrollBars = "Automatic";
|
||||||
AppleScrollerPagingBehavior = true;
|
AppleScrollerPagingBehavior = true;
|
||||||
AppleSpacesSwitchOnActivate = lib.mkDefault true;
|
AppleSpacesSwitchOnActivate = lib.mkDefault false;
|
||||||
"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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user