Skip to content

Commit 646d6c0

Browse files
fix(linux): enable decorations=false for GTK HeaderBar dragging
Window manager decorations must be disabled for the GTK HeaderBar to be draggable on Linux. The Overlay titleBarStyle remains for macOS. Ref: task-264 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent bf6f402 commit 646d6c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/mt-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"height": 720,
1919
"resizable": true,
2020
"fullscreen": false,
21+
"decorations": false,
2122
"minWidth": 800,
2223
"minHeight": 600,
2324
"titleBarStyle": "Overlay",

0 commit comments

Comments
 (0)