"Josh Elsasser" <j...@elsasser.org> writes:

> On Thu, Jan 12, 2012 at 01:34:09PM -0700, Burton Samograd wrote:
>> Hello,
>> 
>> Is there a way to remove all keybindings from *root-map*?
>> 
>> I want to clear the *root-map* and then define new bindings.
>
> My .stumpwmrc is mostly confusing and useless crap, but I think it
> does something similar to what you want to do:
>
> http://www.elsasser.org/misc/.stumpwmrc

>From what it looks like from your stumpwmrc, the following *should*
work (from the very top of my .stumpwmrc): 

    (setf *root-map* (make-sparse-keymap))
    (sync-keys)

but in my case it does not seem to remove the bindings.  I highly doubt
this, but is *root-map* created and bound after .stumpwmrc is loaded?

I am testing this by hitting Control-Alt-Delete (my prefix) and then r,
which still seems to call resize window.  

Any ideas why this doesn't seem to work for me?

--
Burton Samograd

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to