From 1b6133b3fd550308e68956d1d60494b0c5c2731a Mon Sep 17 00:00:00 2001 From: joten Date: Tue, 30 Sep 2014 14:13:18 +0200 Subject: [PATCH] Added a TODO regarding chrome browser pop-ups Reference: https://github.com/fuhsjr00/bug.n/issues/1#issuecomment-54681990 --- src/Config.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.ahk b/src/Config.ahk index ac50a14..91a76a0 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -92,6 +92,7 @@ Config_init() Config_rule_#10 := "_sp;_sp;;1;0;0;1;0;1;" Config_rule_#11 := "MozillaWindowClass;.*Mozilla Firefox;;1;0;0;0;1;0;Maximize" Config_rule_#12 := "Chrome_WidgetWin_1;.*;;1;0;0;0;1;0;Maximize" + ;; @TODO: Config_rule_#13 := "Chrome_WidgetWin_1;.*;0x80000000;0;0;0;1;1;0;" -- else pop-up windows are treated as new main windows, since #12 overrides #2 Config_ruleCount := 12 ;; This variable has to be set to the total number of active rules above. ;; Configuration management