stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] removing all keybindings from .stumpwmrc


From: Burton Samograd
Subject: Re: [STUMP] removing all keybindings from .stumpwmrc
Date: Fri, 13 Jan 2012 07:44:14 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

"Josh Elsasser" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]