remove linearmouse

This commit is contained in:
Yan Lin 2026-02-15 14:06:21 +01:00
parent f132134cb8
commit e9787717eb
2 changed files with 0 additions and 24 deletions

View file

@ -118,15 +118,6 @@
}; };
}; };
launchd.agents.linearmouse = {
enable = true;
config = {
ProgramArguments = [ "/Applications/LinearMouse.app/Contents/MacOS/LinearMouse" ];
RunAtLoad = true;
KeepAlive = false;
};
};
home.activation.setFileAssociations = config.lib.dag.entryAfter ["writeBoundary"] '' home.activation.setFileAssociations = config.lib.dag.entryAfter ["writeBoundary"] ''
run ${pkgs.duti}/bin/duti -s com.apple.TextEdit .txt all run ${pkgs.duti}/bin/duti -s com.apple.TextEdit .txt all
run ${pkgs.duti}/bin/duti -s com.apple.TextEdit .md all run ${pkgs.duti}/bin/duti -s com.apple.TextEdit .md all
@ -217,20 +208,6 @@
}; };
}; };
home.file.".config/linearmouse/linearmouse.json".text = builtins.toJSON {
"$schema" = "https://app.linearmouse.org/schema/0.10.0";
schemes = [{
"if" = {
device.category = "mouse";
};
scrolling.reverse.vertical = true;
pointer = {
acceleration = 0;
speed = 0.6;
};
}];
};
home.file.".aerospace.toml".text = '' home.file.".aerospace.toml".text = ''
# Make all new windows floating by default # Make all new windows floating by default
[[on-window-detected]] [[on-window-detected]]

View file

@ -176,7 +176,6 @@
"aerospace" "aerospace"
"hiddenbar" "hiddenbar"
"keycastr" "keycastr"
"linearmouse"
"localsend" "localsend"
"maccy" "maccy"
"snipaste" "snipaste"