Re: [dev] [dwm] Tag organization under terminal

From: Gregor Best <gbe_AT_ring0.de>
Date: Sat, 26 Jul 2014 11:55:52 +0200

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
Received on Sat Jul 26 2014 - 11:55:52 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 26 2014 - 12:00:10 CEST