Issue 249 in xmonad: XMonad.Util.Scratchpad cannot be configured to use gnome-terminal

Comment #2 on issue 249 by j...@kitenet.net: XMonad.Util.Scratchpad cannot be configured to use gnome-terminal http://code.google.com/p/xmonad/issues/detail?id=249 Eh, I don't see how. Let's look at the code: scratchpadSpawnActionTerminal term = scratchpadAction $ spawn $ term ++ " -name scratchpad" This is exactly the hardcoding of the -name flag that bit me. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Excerpts from codesite-noreply's message of Fri Feb 13 18:25:54 -0700 2009:
Comment #2 on issue 249 by j...@kitenet.net: XMonad.Util.Scratchpad cannot http://code.google.com/p/xmonad/issues/detail?id=249
doh! Sorry, j... I should have looked closer! How embarassing. For backward compatibility I guess adding a new general function to let the user spawn whatever they want and set resource to "scratchpad" themselves is the way to go. If no objections, will offer that up right away. All this time I'd thought that's what it did. Guess I just got lucky that urxvt didn't complain when given "-pe tabbed -name scratchpad -name scratchpad". -- wmw
participants (2)
-
codesite-noreply@google.com
-
Wirt Wolff