In order to use tabbed in my Xmonad scratchpad, I needed to set the WM_CLASS
property. I added the -n option in this patch to allow this.
Use like: tabbed -n scratchpad xterm -into
# HG changeset patch
# User Gavin Wahl
# Date 1349197533 21600
# Node ID 67bafeab0159d11514a4e99427dca3630f613a12
On Tue, Oct 2, 2012 at 11:57 PM, Christoph Lohmann <2...@r-36.net> wrote:
> You intermixed »class« and »instance« (name).
> I hope Xmonad is allowing to select for the instance name too.
Yep, name is what I meant. Thanks!