aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2017-09-20 07:18:45 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2017-09-20 07:18:45 +0200
commit6de546cd6b05034223896802ec848aff2b6d229a (patch)
tree30901b7d0a32b9912f5b088903a95c197922af85
parent77d9455fe5d83bfc6e7215c5e2e50eed97f89ff8 (diff)
Added android-studio to presets
-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 },