0.6.0
Magic Gestures now uses standard TOML for its configuration file.
Changed
- Settings live at
~/.config/magic-gestures/config.toml. - Actions, shortcuts, URLs, scripts, and exclusions use quoted strings.
- Expanded bindings use TOML inline tables, such as
two-finger-tap = { action = "middle-click", defer = true }. - Application-specific bindings use nested tables, such as
[TRACKPAD."Final Cut Pro"]. - Invalid TOML rejects a reload without replacing the running configuration. Unknown Magic Gestures settings and bindings are still reported individually.
This is an intentional alpha configuration change from version 2 to version 3. Version 2 files need to be converted before updating.