Added a TODO regarding an additional status field

Reference: https://github.com/fuhsjr00/bug.n/issues/11#issue-44583490
This commit is contained in:
joten 2014-10-02 10:14:57 +02:00
parent 804e28cb22
commit 60afeff9a2
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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