From 6de546cd6b05034223896802ec848aff2b6d229a Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 20 Sep 2017 07:18:45 +0200 Subject: Added android-studio to presets --- config-desktop.h | 1 + config-laptop.h | 1 + 2 files changed, 2 insertions(+) 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 }, -- cgit v1.2.3