From 4e88dd96b4e8b02dba337d1d7435bed64d155c8a Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 23 May 2017 10:58:35 +0200 Subject: Added intellij to automatic tag assignments --- config-desktop.h | 1 + config-laptop.h | 1 + 2 files changed, 2 insertions(+) diff --git a/config-desktop.h b/config-desktop.h index 8ef2404..6ddddf2 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -69,6 +69,7 @@ static const Rule rules[] = { { "Slack", "slack", NULL, 1 << 1, False, -1}, { "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 }, + { "sun-awt-X11-XFramePeer", "jetbrains-idea", NULL, 1 << 2, False, -1 }, { "TeXstudio", "texstudio", NULL, 1 << 3, False, -1 }, { "Abiword", "abiword", NULL, 1 << 3, False, -1 }, diff --git a/config-laptop.h b/config-laptop.h index fa5e1ee..3ee2eda 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -70,6 +70,7 @@ static const Rule rules[] = { { "Slack", "slack", NULL, 1 << 1, False, -1}, { "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 }, + { "sun-awt-X11-XFramePeer", "jetbrains-idea", NULL, 1 << 2, False, -1 }, { "TeXstudio", "texstudio", NULL, 1 << 3, False, -1 }, { "Abiword", "abiword", NULL, 1 << 3, False, -1 }, -- cgit v1.2.3