Configuration File Location
Mango uses a single configuration file to manage all compositor settings. The configuration file is typically located at:Configuration File Structure
The configuration file uses a simple key-value format with the following syntax:Configuration Sections
Mango’s configuration is organized into several logical sections:Window Effects
Control visual effects like blur, shadows, corner radius, and opacity.Animations
Configure animation types, durations, and curves for various window actions.Appearance
Set colors, gaps, borders, and visual styling.Input Devices
Configure keyboard, mouse, and trackpad behavior.Keybindings
Define keyboard shortcuts, mouse bindings, and scroll wheel actions.Rules
Set per-tag and per-layer rules for layouts and behaviors.Reloading Configuration
After making changes to your configuration file, reload it with:Some settings (like trackpad and mouse configurations) require logging out and back in to take effect.
Color Format
Colors in Mango use hexadecimal RGBA format:RR- Red component (00-FF)GG- Green component (00-FF)BB- Blue component (00-FF)AA- Alpha/opacity (00-FF)
Boolean Values
Boolean options use1 for enabled and 0 for disabled:
Numeric Values
Numeric values can be integers or floating-point numbers:Documentation Resources
For more configuration options and examples, visit:- Mango Wiki
- Use
xevorwevcommands to find key names for bindings
