summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormoadAlami <moadalami40@gmail.com>2023-12-07 19:49:02 +0100
committermoadAlami <moadalami40@gmail.com>2023-12-07 19:49:02 +0100
commit757acbdc5249772b9a5e9d9c44b2692c153e0ccc (patch)
tree2a3514b924321e920ff2249d98db802464dccb7e /config.h
parentdec15a3e27e1f5691044a55c3e0aa4cda3da69dc (diff)
bind qgis to workspace 8
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 2835739..421128a 100644
--- a/config.h
+++ b/config.h
@@ -50,6 +50,7 @@ static const Rule rules[] = {
{ "Gimp", NULL, NULL, 1 << 5, 1, -1 },
{ "discord", NULL, NULL, 1 << 3, 0, -1 },
{ "steam", NULL, NULL, 1 << 4, 0, -1 },
+ { "qgis", NULL, NULL, 1 << 7, 0, -1 },
};
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */