diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-09-20 07:18:45 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-09-20 07:18:45 +0200 |
commit | 6de546cd6b05034223896802ec848aff2b6d229a (patch) | |
tree | 30901b7d0a32b9912f5b088903a95c197922af85 | |
parent | 77d9455fe5d83bfc6e7215c5e2e50eed97f89ff8 (diff) |
Added android-studio to presets
-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 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 }, |