From 17f6061ff2825fb281c88a702b1a0888787be26d Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 10 Jan 2026 20:57:21 +0100 Subject: [PATCH] app-id rules --- Makefile | 2 +- config.h | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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 */