On Fri, May 21, 2004 at 05:43:45PM +0400, Konstantin Osipov wrote: > 1. How to make a window visible on all workspaces?
You can't. > 2. How to switch off tab for all windows with given name/class automatically? Such things don't fit the multiple-clients-per-frame model. > 3. How to change ION behaviour so that I don't have to click on window tab > to make it fully visible, and instead it's enough to click at any place > in the window area? Eh? You mean raise a window on a WFloatWS? Try Mod1+click. > 4. I've got a FloatWS and IonWS created as a window inside FloatWS. To > walk from window to window of FloatWS I can use Alt-Tab or Alt-K-n if > windows are tabbed. But as soon as I am inside IonWS window it grabs > all keys to switch between windows inside it, and I can't get back to > other windows in FloatWS without using mouse. How to work it around? Create bindings suitable for such a setup. I'm sure others have made such bindings, maybe someone would be kind enough to post them. > 5. If I run a program via F3 settiong environment variables doesn't work. > For example this one doesn't work: LANG=en_US gkrellm. How do I run a > program with modified environment? In a released version, you can't, but I just changed this in SVN. Apparently at least the version of bash that I currently have (and that's good enough for me) can automatically 'exec' the last command in a sequence of commands to -c so that we don't leave useless shells laying around consuming resources even if Ion doesn't add 'exec' prefix to every command executed. > 6. How to change the name of a workspace? Mod1+F3 querylib.query_renameworkspace(_) > 7. Is there a way in FloatWS to hide a window (effect of double-click on > window title) from keyboard? Not by default. -- Tuomo
