diff --git a/Makefile b/Makefile index 84b2a64..10161e4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.POSIX: +1.POSIX: .SUFFIXES: include config.mk diff --git a/config.h b/config.h index 9fcca5d..fe8a04f 100644 --- a/config.h +++ b/config.h @@ -27,7 +27,10 @@ static const Rule rules[] = { /* examples: { "Gimp_example", NULL, 0, 1, 0, -1 }, */ - { "firefox_example", NULL, 1 << 8, 0, 1, -1 }, + { "firefox-developer-edition", NULL, 1 << 8, 0, 1, -1 }, + { "idea", NULL, 1 << 0, 0, 1, -1}, + { "vesktop", NULL, 1 << 1, 0, 1, -1 }, + { "thunderbird", NULL, 1 << 2, 0, 1, -1 } }; /* layout(s) */ @@ -50,7 +53,7 @@ static const MonitorRule monrules[] = { { "HDMI-A-1", 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 }, // /* defaults */ - { NULL, 0.55f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 }, + { NULL, 0.55f, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 }, }; /* keyboard */