diff --git a/src/Bar.ahk b/src/Bar.ahk index b2ff40a..159b205 100644 --- a/src/Bar.ahk +++ b/src/Bar.ahk @@ -75,6 +75,7 @@ Bar_init(m) x1 += w ;; The x-position and width of the sub-windows right of the window title are set from the right. + ;; @TODO [v9] Maybe add a field (including a progress bar) for sound volume information. Loop, 4 { i := Config_viewCount + 7 - A_Index diff --git a/src/Config.ahk b/src/Config.ahk index a18d11c..0d587d4 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -93,7 +93,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 + ;; @TODO [v9] 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