stumpwm-devel
[Top][All Lists]
Advanced

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

Re: Re: [STUMP] beginner's problems


From: Glen Rubin
Subject: Re: Re: [STUMP] beginner's problems
Date: Sun, 20 Dec 2009 10:40:33 -0800 (PST)

That worked great!  THanks!

--- On Sun, 12/20/09, address@hidden <address@hidden> wrote:

From: address@hidden <address@hidden>
Subject: Stumpwm-devel Digest, Vol 57, Issue 9
To: address@hidden
Date: Sunday, December 20, 2009, 11:01 AM

Send Stumpwm-devel mailing list submissions to
    address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.nongnu.org/mailman/listinfo/stumpwm-devel
or, via email, send a message with subject or body 'help' to
    address@hidden

You can reach the person managing the list at
    address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Stumpwm-devel digest..."


Today's Topics:

   1. beginner's problems (Glen Rubin)
   2. Re: beginner's problems (Mikael Jansson)


----------------------------------------------------------------------

Message: 1
Date: Sun, 20 Dec 2009 07:55:47 -0800 (PST)
From: Glen Rubin <address@hidden>
Subject: [STUMP] beginner's problems
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

Just got the stumpwm package working on ubuntu and am having some initial troubles with keybinding and windows.  First off I wanted to bind a key to my fire fox program.  I modified one of the sample .stumpwmrc files to read as follows:

;; -*-lisp-*-

(in-package :stumpwm)

(define-key *root-map* (kbd "C-t C-f") "exec firefox")

Unfortunately, it does not work.  and my experience with lisp is limited to fooling around a bit with emacs.

**Also when I am using a program like firefox and it opens a new window for something like downloading (the download management window), how do I close that newly opened window (e.g. how do i close a Down Them All firefox extension window)

Thanks!!






     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnu.org/pipermail/stumpwm-devel/attachments/20091220/a5f94c46/attachment.html

------------------------------

Message: 2
Date: Sun, 20 Dec 2009 17:34:04 +0100
From: Mikael Jansson <address@hidden>
Subject: Re: [STUMP] beginner's problems
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Glen Rubin wrote:
>
> (define-key *root-map* (kbd "C-t C-f") "exec firefox")
>
> Unfortunately, it does not work.  and my experience with lisp is limited
> to fooling around a bit with emacs.
>
*root-map* is the map you get /after/ pressing the prefix key.  So the
correct line reads, unless I got my own mapping wrong.

  (define-key *root-map* (kbd "C-f") "exec firefox")

Did you try that?

-- Mikael




------------------------------

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


End of Stumpwm-devel Digest, Vol 57, Issue 9
********************************************


reply via email to

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