all the programs running on X are GUI ones :)

bill lam wrote:
At present I float common gui programs that I used into config.h like

static Rule rules[] = {
        /* class      instance    title       tags mask     isfloating */
        { "Abiword",     NULL,       NULL,       0,            True },
        { "Acroread",     NULL,       NULL,       0,            True },
        { "Gnumeric",     NULL,       NULL,       0,            True },

I need to compile each time I add anthor gui program.  Is there any
way to automatically float all gui program?


Reply via email to