all repos — tint2 @ 9bfdc0eab0f676aa5d3c82e72b433de9498fc7cf

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

cleanup config file

git-svn-id: http://tint2.googlecode.com/svn/trunk@232 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

9bfdc0eab0f676aa5d3c82e72b433de9498fc7cf

parent

71765ef3557dc8e915da928dac0d55f6a1bf855b

M sample/hanna.tint2rcsample/white_single_desktop.tint2rc

@@ -99,3 +99,4 @@ mouse_middle = none

mouse_right = close mouse_scroll_up = toggle mouse_scroll_down = iconify +
M sample/illumin8.tint2rcsample/rounded_multi_desktop.tint2rc

@@ -8,7 +8,7 @@ #---------------------------------------------

rounded = 5 border_width = 1 background_color = #44475D 45 -border_color = #44475D 100 +border_color = #44475D 100 rounded = 5 border_width = 1

@@ -76,3 +76,4 @@ mouse_middle = none

mouse_right = close mouse_scroll_up = toggle mouse_scroll_down = iconify +
M src/tint2conf/main.csrc/tint2conf/main.c

@@ -315,6 +315,7 @@

static void menuProperties (void) { printf("menuProperties\n"); + system("python /home/thil/Desktop/tintwizard/tintwizard.py"); }