CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2013/05/23 10:52:39
Modified files: app/cwm : calmwm.h client.c conf.c xevents.c xutil.c Log message: alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed to grab keys in keybindingq. we don't need to ungrab/grab on every addition to the queue, just once with a complete keybindingq; simplify grabbing keys per screen (during init) and during a MappingNotify. while here, change conf_grab_{kbd,mouse} to require only a Window.