Hi Lukas,

Quoting Lukas Jünger (2012-09-05 15:38:23)
> I somehow can't figure out a way to make my mcabber screen session pop
> up on workspace 2. Here is the part of my conf:
> […]
> WM_COMMAND(STRING) = { "urxvt", "-e", "zsh", "-c", "screen -rx mcabber
> || screen -S mcabber \\mcabber" }
Since you are starting urxvt with a special command for mcabber anyway,
the best way is to use:

    urxvt -name mcabber -e zsh …

And use something like this in your config:

    assign [instance="^mcabber$"] 2

Best regards,
Michael

Reply via email to