stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] StumpWM init file


From: Shawn Betts
Subject: Re: [STUMP] StumpWM init file
Date: Fri, 07 Apr 2006 21:35:14 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)

Jay Belanger <address@hidden> writes:

> The prefix key doesn't change, though.  My .stumpwmrc file contains
>  ;; Change the prefix
>  (remhash (kbd "C-t") *top-map*)
>  (define-key *top-map* (kbd "C-z") '*root-map*)
>  (sync-keys)
> and that doesn't do the job.  In fact, I end up with no prefix key.
> If I start StumpWM with a script, connect to it with slime, and then
> enter the above commands, then the prefix key changes.

Strange. I fixed stumpwm to properly report an error when loading the
rc file. The error will show up instead of the welcome message. I also
flush the clx buffer in sync-keys now. That may help.

For everyone's comfort I added a command: set-prefix-key. Use it like this:

(stumpwm:set-prefix-key (stumpwm:kbd "C-z"))

Note that they're exported symbols. Check package.lisp for more
exported symbols. I just did a quick pass to find symbols to
export. Please let me know if you'd like other ones exported.

-Shawn




reply via email to

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