From 4f093c94a704fa8cb12b047333ded17cde38b62f Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Sat, 4 Jan 2025 11:41:48 +0100 Subject: Added OBS --- config.def.h | 1 + config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 1b7a4d9..f2c4e0e 100644 --- a/config.def.h +++ b/config.def.h @@ -44,6 +44,7 @@ static const Rule rules[] = { { "Gimp", NULL, NULL, 1 << 6, 1, -1 }, { "Audacity", NULL, NULL, 1 << 6, 0, -1 }, { "kdenlive", NULL, NULL, 1 << 6, 0, -1 }, + { "obs", NULL, NULL, 1 << 6, 0, -1 }, { "Mumble", NULL, NULL, 1 << 7, 0, -1 }, { "steam", NULL, NULL, 1 << 7, 0, -1 }, { "dino-im", NULL, NULL, 1 << 7, 0, -1 }, diff --git a/config.h b/config.h index 1b7a4d9..f2c4e0e 100644 --- a/config.h +++ b/config.h @@ -44,6 +44,7 @@ static const Rule rules[] = { { "Gimp", NULL, NULL, 1 << 6, 1, -1 }, { "Audacity", NULL, NULL, 1 << 6, 0, -1 }, { "kdenlive", NULL, NULL, 1 << 6, 0, -1 }, + { "obs", NULL, NULL, 1 << 6, 0, -1 }, { "Mumble", NULL, NULL, 1 << 7, 0, -1 }, { "steam", NULL, NULL, 1 << 7, 0, -1 }, { "dino-im", NULL, NULL, 1 << 7, 0, -1 }, -- cgit v1.2.3