all repos — tint2 @ ec80e09b0b6741cec93cbbdb761b0a4266e2f2da

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Systray: option to configure monitor: start from 1 to be consistent with panel_monitor

git-svn-id: http://tint2.googlecode.com/svn/trunk@668 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

ec80e09b0b6741cec93cbbdb761b0a4266e2f2da

parent

de539e218aac5ea67e0b24d4c4781aa09ffea7f5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/config.csrc/config.c

@@ -564,7 +564,7 @@ systray.saturation = atoi(value2);

systray.brightness = atoi(value3); } else if (strcmp(key, "systray_monitor") == 0) { - systray_monitor = atoi(value); + systray_monitor = atoi(value) - 1; } /* Launcher */