Skip to content

Commit 86cb2b8

Browse files
synleclaude
andcommitted
chore: unify snap zone defaults to 50px for side, top, and corner
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed24e0b commit 86cb2b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl Default for TilingPreferences {
5757
tile_snap_enabled: true,
5858
side_edge_trigger: 50,
5959
top_edge_trigger: 50,
60-
corner_trigger: 80,
60+
corner_trigger: 50,
6161
expose_enabled: true,
6262
expose_columns: 3,
6363
expose_rows: 3,

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicoverbruggen/tauri-v2-docs/refs/heads/main/schemas/config.schema.json",
33
"productName": "Display DJ",
4-
"version": "6.3.9",
4+
"version": "6.3.10",
55
"identifier": "com.synle.display-dj",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)