diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-12 20:21:41 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-12 20:21:41 +0200 |
| commit | 746b315898c0785b10ca5bb618bdc0f280b80b29 (patch) | |
| tree | 28525d2e249eae8cb1e6adc32dbde9786ce84aa3 | |
| parent | 58f7632fd838ba3a8d8590baa10128c2db44c9ad (diff) | |
add linearmouse config
| -rw-r--r-- | home/dot_config/git/config.tmpl | 3 | ||||
| -rw-r--r-- | home/private_Library/private_Preferences/.gitattributes | 1 | ||||
| -rw-r--r-- | home/private_Library/private_Preferences/private_com.lujjjh.LinearMouse.plist | 28 |
3 files changed, 32 insertions, 0 deletions
diff --git a/home/dot_config/git/config.tmpl b/home/dot_config/git/config.tmpl index f83efeb..cbc2b81 100644 --- a/home/dot_config/git/config.tmpl +++ b/home/dot_config/git/config.tmpl @@ -57,3 +57,6 @@ directory = * [diff "mozc_config"] textconv = mozc-config-filter +[filter "plist"] + clean = plutil -convert xml1 -o - -- - + smudge = plutil -convert binary1 -o - -- - 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> |