switchtotags

Description

This patch adds a rule which views the provided tags when a window is opened.

switchtotags-restore

This patch variant restores the tags from the moment a window was opened when the window is closed.

Configuration

static const Rule rules[] = {
    /* class      instance title tags mask switchtotags isfloating monitor */
    { "Gimp",     NULL,    NULL, 0,        0,           1,         -1 },
    { "Firefox",  NULL,    NULL, 1 << 8,   1 << 8,      0,         -1 },
};

Download

Authors