I have mango running on 15.1-BETA1
The bindings for exit and foot are:
bind=SUPER,m,quit
bind=ALT,Return,spawn,foot
SUPER-m quits mango but Alt-Return does nothing
I switched the bindings to
bind=SUPER,m,spawn,foot
bind=Alt,Return,quit
Now Alt-Return quits mango and Super-m does nothing, which at least shows that config file is being used.
What could be causing this?
Code:
cp /usr/local/etc/mango/config.conf.sample ~/.config/mango/config.conf
The bindings for exit and foot are:
bind=SUPER,m,quit
bind=ALT,Return,spawn,foot
SUPER-m quits mango but Alt-Return does nothing
Wiki:
which foot
/usr/local/bin/foot
I switched the bindings to
bind=SUPER,m,spawn,foot
bind=Alt,Return,quit
Now Alt-Return quits mango and Super-m does nothing, which at least shows that config file is being used.
What could be causing this?