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

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

Reply via email to