mirror of
git://git.suckless.org/dwm
synced 2025-12-17 12:43:06 +01:00
switched to regexp matching for Rules
This commit is contained in:
@@ -47,9 +47,8 @@ static Key key[] = { \
|
||||
};
|
||||
|
||||
#define RULES \
|
||||
const unsigned int two[] = { 2 }; \
|
||||
static Rule rule[] = { \
|
||||
/* class:instance tags isfloat */ \
|
||||
{ "Firefox.*", two, False }, \
|
||||
{ "Gimp.*", NULL, True}, \
|
||||
/* class:instance regex tags regex isfloat */ \
|
||||
{ "Firefox.*", "2", False }, \
|
||||
{ "Gimp.*", NULL, True}, \
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user