diff options
| author | LM-LCL <hello@exaltedelite.club> | 2025-03-16 05:58:38 +0100 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2025-03-16 05:58:38 +0100 |
| commit | 2732605f03aa44083c75c91d390fa909d2a28932 (patch) | |
| tree | cfb440a4638b8b89090e5d35e5ee045575e57767 | |
| parent | 6f642280ac712e62fedab5390b11e947dc5eb848 (diff) | |
Added Inkscape
| -rw-r--r-- | config.def.h | 1 | ||||
| -rw-r--r-- | config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 40a53f9..8e5ce86 100644 --- a/config.def.h +++ b/config.def.h @@ -42,6 +42,7 @@ static const Rule rules[] = { { "Virt-manager", NULL, NULL, 1 << 5, 0, -1 }, { "scrcpy", NULL, NULL, 1 << 6, 1, -1 }, { "Gimp", NULL, NULL, 1 << 6, 1, -1 }, + { "Inkscape", 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 }, @@ -42,6 +42,7 @@ static const Rule rules[] = { { "Virt-manager", NULL, NULL, 1 << 5, 0, -1 }, { "scrcpy", NULL, NULL, 1 << 6, 1, -1 }, { "Gimp", NULL, NULL, 1 << 6, 1, -1 }, + { "Inkscape", 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 }, |
