diff options
-rw-r--r-- | config-desktop.h | 1 | ||||
-rw-r--r-- | config-laptop.h | 1 |
2 files changed, 2 insertions, 0 deletions
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 }, |