Fix mouse speed defaulting to 57

This commit is contained in:
2025-10-01 19:34:06 -04:00
parent 2905fbc275
commit a4621ce2c8
+1 -1
View File
@@ -12,7 +12,7 @@ func cosmic() {
"Comp" + version + "autotile_behavior": "PerWorkspace",
"Comp" + version + "cursor_follows_focus": "false",
"Comp" + version + "focus_follows_cursor": "true",
"Comp" + version + "input_default": "(\n state: Enabled,\n acceleration: Some((\n profile: Some(Flat),\n speed: 0.0,\n )),\n)",
"Comp" + version + "input_default": "(\n state: Enabled,\n acceleration: Some((\n profile: Some(Flat),\n speed: -0.10288643756187243,\n )),\n)",
"Comp" + version + "workspaces": "(\n workspace_mode: Global,\n workspace_layout: Vertical,\n)",
"Panel" + version + "entries": "[\n \"Panel\",\n]",
"Panel.Panel" + version + "anchor_gap": "true",