From 746b315898c0785b10ca5bb618bdc0f280b80b29 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 12 Aug 2026 20:21:41 +0200 Subject: add linearmouse config --- home/dot_config/git/config.tmpl | 3 +++ .../private_Preferences/.gitattributes | 1 + .../private_com.lujjjh.LinearMouse.plist | 28 ++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 home/private_Library/private_Preferences/.gitattributes create mode 100644 home/private_Library/private_Preferences/private_com.lujjjh.LinearMouse.plist 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 @@ + + + + + NSStatusItem VisibleCC Item-0 + + SUAutomaticallyUpdate + + SUEnableAutomaticChecks + + SUHasLaunchedBefore + + SUSendProfileInfo + + autoSwitchToActiveDevice + + menuBarVisibilityMode + "never" + menuBarVisibilityModeMigrationCompleted + + selectedDevice + {"category":"mouse"} + showInDock + + showInMenuBar + + + -- cgit v1.2.3