rvaiya/warpd

"unbind" doesn't work on all options with keys.

alanxoc3 opened this issue · 2 comments

I'm running the latest version (with wayland):

warpd v1.3.5 (built from: 31192c3)

"unbind" does not work in this specific case:

> echo 'oneshot_buttons: unbind unbind unbind' > f.txt; warpd -c f.txt -f --oneshot
ERROR: unbind is not a valid key name
wayland: mouse hiding not implemented

It does work for me for every other option I've noticed.

rvaiya commented

You need oneshot_buttons: unbind. You can't unbind a single key in a button group.

Ok, that works. I can close this one.