diff options
Diffstat (limited to 'home/private_Library')
| -rw-r--r-- | home/private_Library/private_Preferences/.gitattributes | 1 | ||||
| -rw-r--r-- | home/private_Library/private_Preferences/private_com.lujjjh.LinearMouse.plist | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/home/private_Library/private_Preferences/.gitattributes b/home/private_Library/private_Preferences/.gitattributes new file mode 100644 index 0000000..b8de76c --- /dev/null +++ b/home/private_Library/private_Preferences/.gitattributes @@ -0,0 +1 @@ +*.plist filter=plist diff --git a/home/private_Library/private_Preferences/private_com.lujjjh.LinearMouse.plist b/home/private_Library/private_Preferences/private_com.lujjjh.LinearMouse.plist new file mode 100644 index 0000000..7ba7199 --- /dev/null +++ b/home/private_Library/private_Preferences/private_com.lujjjh.LinearMouse.plist @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>NSStatusItem VisibleCC Item-0</key> + <false/> + <key>SUAutomaticallyUpdate</key> + <false/> + <key>SUEnableAutomaticChecks</key> + <false/> + <key>SUHasLaunchedBefore</key> + <true/> + <key>SUSendProfileInfo</key> + <false/> + <key>autoSwitchToActiveDevice</key> + <false/> + <key>menuBarVisibilityMode</key> + <string>"never"</string> + <key>menuBarVisibilityModeMigrationCompleted</key> + <true/> + <key>selectedDevice</key> + <string>{"category":"mouse"}</string> + <key>showInDock</key> + <false/> + <key>showInMenuBar</key> + <false/> +</dict> +</plist> |