Re: Info about workspaces
Marcin Kłapkowski <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
Hatem Nassrat pisze: > Hi Marcin, > > 2009/4/17 Marcin KĹapkowski <[email protected]>: > >> I use rpws for workspaces. >> Is there any possibility to see info about which workspace is current now? >> > > if you C-t : and type the following command: > > getenv wspl > > That will give you the current workspace number (i.e 1 or 2 or 3 ... ) > > >> And about other workspaces (some sort of list with windows in workspaces)? >> Without this information, user which forgot his workspaces current setting, >> blindly going through workspaces one by one. >> > > C-t w should give you a list of windows for the current workspace. > However what you want is the allwindows.sh script which can be found > in the ratpoison git repo under: > > ratpoison/contrib/allwindows.sh > > place this script in a location on $PATH so that you can easily run it > from the command line, and then you may replace the default C-t w, by > putting the following in your .ratpoisonrc: > > bind w exec allwindows.sh > bind C-w exec allwindows.sh > > after that you will be able to get a list of all workspaces and all > windows, in a nice manner. > > Got that. Great. But next things that I have going in my mind now. I want to switch trought workspaces. Something as next workspace or and prev workspace. I didn't find it in rpws unfortunatelly. Can you help me in this? Many thanks. PS: This have new functionalities in ratpoison gets it an on equal footing with other window managers. This is great. Marcin