aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-desktop.h1
-rw-r--r--config-laptop.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 9eda018..631ba14 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -71,6 +71,7 @@ static const Rule rules[] = {
{ "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 },
{ "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
+ { "jetbrains-studio", "sun-awt-X11-XFramePeer", 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 82bd928..b08d9da 100644
--- a/config-laptop.h
+++ b/config-laptop.h
@@ -73,6 +73,7 @@ static const Rule rules[] = {
{ "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 },
{ "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
+ { "jetbrains-studio", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
{ "TeXstudio", "texstudio", NULL, 1 << 3, False, -1 },
{ "Abiword", "abiword", NULL, 1 << 3, False, -1 },