On Fri, Jul 25, 2014 at 09:12:33PM -0300, Henrique Lengler wrote:
> [...]
> I wanna create a tag for mail and for music, but the program that i use
> for mail/music and others run under st.
> [...]

St has an option to change the window class, for example like this:

        st -c mail -e mutt

would start mutt in an st and change its class to 'mail'. You can then
match that in your window manager configuration, such as like this for
DWM:

        { NULL,       "mail",        NULL,    1 << 0,   False,     -1 }

-- 
        Gregor Best

Reply via email to