From c43f26f1f252de51aaaaf84c20b17ae48d782d7f Mon Sep 17 00:00:00 2001 From: Josh Fuhs Date: Sun, 17 Aug 2014 14:08:46 -0400 Subject: [PATCH] Fix for GH#1: Can not manage Google Chrome. This fix was suggested by @KyleSolo and confirmed by @darsain and myself. --- src/Manager.ahk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Manager.ahk b/src/Manager.ahk index 0728086..1e4674c 100644 --- a/src/Manager.ahk +++ b/src/Manager.ahk @@ -472,16 +472,6 @@ Manager_manage(preferredMonitor, preferredView, wndId) tags := 1 << (preferredView - 1) } - ; @todo: Remove this application-specific code. - WinGet, wndProcessName, ProcessName, ahk_id %wndId% - If (wndProcessName = "chrome.exe") - { - WinGet, wndControlList, ControlList, ahk_id %wndId% - StringSplit, c, wndControlList, `n - If (c0 <= 1) - isManaged := False - } - a := Manager__setWinProperties( wndId, isManaged, m, tags, isDecorated, isFloating, hideTitle, action) ; Do view placement.