inverts scroll direction again
This commit is contained in:
parent
f2dea64a48
commit
c1e59adc1b
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
smb.NetBIOSName = "dnsc-air";
|
smb.NetBIOSName = "dnsc-air";
|
||||||
|
|
||||||
NSGlobalDomain."com.apple.swipescrolldirection" = true;
|
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||||
|
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
smb.NetBIOSName = "dnsc-work";
|
smb.NetBIOSName = "dnsc-work";
|
||||||
|
|
||||||
NSGlobalDomain."com.apple.swipescrolldirection" = true;
|
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||||
|
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue