summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-03-16 08:49:20 +0100
committerLM-LCL <hello@exaltedelite.club>2025-03-16 08:49:20 +0100
commitf56bdf9948b3b5b1be9952c9e055a0281c9bb1db (patch)
tree236503ce9b7caf502603ebfdf9bd0220af46e740
parent2732605f03aa44083c75c91d390fa909d2a28932 (diff)
Not floating
-rw-r--r--config.def.h2
-rw-r--r--config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 8e5ce86..b3bf027 100644
--- a/config.def.h
+++ b/config.def.h
@@ -42,7 +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 },
+ { "Inkscape", NULL, NULL, 1 << 6, 0, -1 },
{ "Audacity", NULL, NULL, 1 << 6, 0, -1 },
{ "kdenlive", NULL, NULL, 1 << 6, 0, -1 },
{ "obs", NULL, NULL, 1 << 6, 0, -1 },
diff --git a/config.h b/config.h
index 8e5ce86..b3bf027 100644
--- a/config.h
+++ b/config.h
@@ -42,7 +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 },
+ { "Inkscape", NULL, NULL, 1 << 6, 0, -1 },
{ "Audacity", NULL, NULL, 1 << 6, 0, -1 },
{ "kdenlive", NULL, NULL, 1 << 6, 0, -1 },
{ "obs", NULL, NULL, 1 << 6, 0, -1 },