Added a TODO regarding chrome browser pop-ups
Reference: https://github.com/fuhsjr00/bug.n/issues/1#issuecomment-54681990
This commit is contained in:
parent
87a486b830
commit
1b6133b3fd
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ Config_init()
|
||||||
Config_rule_#10 := "_sp;_sp;;1;0;0;1;0;1;"
|
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_#11 := "MozillaWindowClass;.*Mozilla Firefox;;1;0;0;0;1;0;Maximize"
|
||||||
Config_rule_#12 := "Chrome_WidgetWin_1;.*;;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.
|
Config_ruleCount := 12 ;; This variable has to be set to the total number of active rules above.
|
||||||
|
|
||||||
;; Configuration management
|
;; Configuration management
|
||||||
|
|
Loading…
Reference in a new issue