stumpwm-devel
[Top][All Lists]
Advanced

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

[STUMP] run-or-raise in float group


From: Suresh Kumar
Subject: [STUMP] run-or-raise in float group
Date: Mon, 17 May 2010 17:35:29 +0530
User-agent: Wanderlust/2.15.7 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO)

Hi,

I get errors when I run-or-raise windows located in float group. Any
work around/fix?

Example:

I have this defined in my .stumpwmrc

,----
| (defcommand gotosandbox  () ()
|   (run-or-raise
|    "urxvt -title sandbox -cd /games/tools/ -e sudo ./g2s"
|    '(:title "sandbox" :instance "urxvt" :class "URxvt"))
|    :all-screens t
|    :all-groups t)
`----

and when the "sandbox" is located in a float group, and I call
gotosandbox, I get this error.

,----
| Error In Command 'gotosandbox': There is no applicable method for the
| generic function
|                                              #<STANDARD-GENERIC-FUNCTION
|                                                STUMPWM::WINDOW-FRAME
|                                                (1)>
|                                            when called with arguments
|                                              (#S(FLOAT-WINDOW
|                                              "sandbox" #x1E00009)).
`----

Thanks,
Suresh



reply via email to

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