I'm a total ion ignoramus, but here goes anyway ..

Kai Hendry wrote:

When I run my x-terminal-emulator from .xsession it doesn't have
[EMAIL PROTECTED] and pwd in the title bar.

Sounds as if your terminal emulator (xterm?) isn't being launched as a login shell, and therefore doesn't read .bash_profile where the environment variables that set the prompt etc get set.

About xterm title bars(status line?). Shouldn't `screen` being taking
care of them?

Well, is screen running (i.e. is your terminal emulator setup as e.g. 'screen -x'). If it is, then the status line is configured in '~/.screenrc'.

But it seems to overlap my frame. Is that what it is supposed to do?

There's a keystroke to toggle dock visibility. E.g. in '~/.ion2/dock.lua':

global_bindings{
 ...
 submap(DEFAULT_MOD.."K", {
        kpress("AnyModifier+space",
            function()
                WDock.toggle(dock)      -- toggle map/unmapped state
            end),
    }),
 ...
}

Something that bugs me is the wandering Mozilla keyboard focus
issue that's been mentioned before. If I switch to another Moz
frame via 'WGenFrame.switch_[prev|next]' keyboard focus doesn't
follow. I have to bounce on 'goto_previous' before keyboard
focus moves to the other frame. Aargh.

--
Jean Jordaan
http://www.upfrontsystems.co.za
  • Recap Kai Hendry
    • Jean Jordaan

Reply via email to