Skip to main content
MangoWCMangoWC

Configuration

Basic setup

Config Paths

Default Config Path

The default config path is ~/.config/mango/config.conf.

The default autostart path is ~/.config/mango/autostart.sh.

The fallback config path is in /etc/mango/config.conf, you can find the default config here:

cp /etc/mango/config.conf ~/.config/mango/config.conf
touch ~/.config/mango/autostart.sh
chmod +x ~/.config/mango/autostart.sh

Custom Config Path

You can use MANGOCONFIG env to set the config-folder-path and the autostart-folder-path like MANGOCONFIG=/home/xxx/mango.

Basic Config

Create ~/.config/mango/config.conf:

bind=ALT,Return,spawn,foot
bind=ALT,Space,spawn,rofi -show drun
bind=ALT,q,killclient,
bind=ALT,Left,focusleft,
bind=ALT,Right,focusright,
bind=ALT,Up,focusup,
bind=ALT,Down,focusdown,
bind=SUPER,m,quit,

Resources