
Does predefined functionality exist for selecting a window by name? I envision it as dmenu (or xmobar or dzen2?) coming up with a list of all windows, allowing me to choose one with completion. Then we warp to the workspace containing the window (as if with Mod-<number>) and then focus the window in question (as if with repeating Mod-j). Kai

On Thursday 09 August 2007 12:05:30 Kai Grossjohann wrote:
Does predefined functionality exist for selecting a window by name? I envision it as dmenu (or xmobar or dzen2?) coming up with a list of all windows, allowing me to choose one with completion.
Then we warp to the workspace containing the window (as if with Mod-<number>) and then focus the window in question (as if with repeating Mod-j).
Kai
_______________________________________________ Xmonad mailing list Xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
No, but the components are there. It shouldn't be hard to plug NamedWindows and Dmenu/XPrompt together to achieve this. Cheers, Spencer Janssen
participants (2)
-
Kai Grossjohann
-
Spencer Janssen