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 90159ee..9a8f664 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -75,6 +75,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 }, + { "autopilot", "autopilot", NULL, 1 << 2, False, -1 }, // unbelievable { "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 4d18558..05e67ae 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -81,6 +81,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 }, + { "autopilot", "autopilot", NULL, 1 << 2, False, -1 }, // unbelievable { "TeXstudio", "texstudio", NULL, 1 << 3, False, -1 }, { "Abiword", "abiword", NULL, 1 << 3, False, -1 }, |