{ "show-zone-numbers": { "type": "checkbox", "default": true, "description": "Show zone numbers in overlay", "tooltip": "Display zone numbers when the overlay is visible" }, "zone-border-width": { "type": "spinbutton", "default": 2, "min": 1, "max": 10, "step": 1, "units": "pixels", "description": "Zone border width", "tooltip": "Width of the zone border in the overlay" }, "zone-opacity": { "type": "scale", "default": 20, "min": 0, "max": 100, "step": 5, "description": "Zone overlay opacity", "tooltip": "Opacity of zone fill color (percentage)" }, "enable-shift-drag": { "type": "checkbox", "default": true, "description": "Enable Shift+Drag snapping", "tooltip": "Show zones and snap windows when dragging with Shift held" }, "enable-keyboard-snap": { "type": "checkbox", "default": true, "description": "Enable keyboard snapping (Super+Ctrl+1-9)", "tooltip": "Allow snapping windows to zones using keyboard shortcuts" }, "notification-on-snap": { "type": "checkbox", "default": false, "description": "Show notification when window snaps", "tooltip": "Display a notification when a window is snapped to a zone" }, "zone-border-color": { "type": "colorchooser", "default": "rgba(100, 149, 237, 0.8)", "description": "Zone border color", "tooltip": "Color of the zone borders" }, "zone-fill-color": { "type": "colorchooser", "default": "rgba(100, 149, 237, 0.2)", "description": "Zone fill color", "tooltip": "Color of the zone fill" } }