Skip to content

Commit

Permalink
Added a TODO regarding chrome browser pop-ups
Browse files Browse the repository at this point in the history
Reference:
#1 (comment)
  • Loading branch information
joten committed Sep 30, 2014
1 parent 87a486b commit 1b6133b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b6133b

Please sign in to comment.