I often have many windows open on many virtual desktops and I have hard time finding some application.
So is there any tool for searching open windows?
Currently I using Awesome as my window manager, but it does not need to be dependent on it.
|
I often have many windows open on many virtual desktops and I have hard time finding some application. So is there any tool for searching open windows? Currently I using Awesome as my window manager, but it does not need to be dependent on it. |
|||
|
|
|
I use An script in my
and a global key in my
Using that you'll get the list of open windows on the top of screen, and it does incremental search as you type. |
|||
|
|
KDE 4 has a standard program, Krunner, that will do this (among other things - basically it works like Launchy). I don't know whether it would work with a different window manager/desktop environment, but I figured I'd mention it in case you wanted to give it a try. |
|||
|
|
|
With the Sawfish window manager (a stacking manager extensible in Scheme), I like iswitch-window. Press the shortcut key, then a few letters in the window name, and Enter. A similar interface for Gnome, iswitch-window.py, is included in the DeskBar applet. I'd be surprised, even a little disappointed, if Awesome didn't have something similar. If not, you could always write it in Lua. You could implement a similar feature in a window manager-agnostic way in a text terminal using a shell's completion mechanism (zsh, or perhaps bash) and the |
|||
|
|