------------------------------------------------------------------------------- Using TAGs in the Tag Window Manager DontSqueezeTitle # Don't squeeze title except for SqueezeTitle { # compress the title on these windows "ballet" left 0 7 "firebird" left 1 7 "mandarin" left 2 7 "swanlake" left 3 7 "coppelia" left 4 7 } NoTitleHighlight { # compress squeezed title even further "ballet" "firebird" "mandarin" "swanlake" "coppelia" } The last number needs to ne adjusted for the final size of the title. ------------------------------------------------------------------------------- Setting up a PostItNote Icon Manager To do this add the folloing to your .twmrc file -----CUT HERE----- IconManagerFont "6x9" # the font size determines the `X' size in IM NoTitle { "PostItNote Icon Manager" } # <-- this has other entries IconManagers { "PostItNote" "=" } StartIconified { "PostItNote" } # don't map window directly IconifyByUnmapping { "PostItNote" } # don't create individual icons -----CUT HERE----- The determines the number of columns the IM has while = x1 where is where you want it to appear EG +300+20 while is equal to 21 * if you only want the `x' to appear NOTE: This will remove the text associated with an Icon Manager leaving just the Icon button (which is also an indicator). EXAMPLE: if Columns = 2 and manager placed at +500+5 then add IconManagers { "PostItNote" "=42x1+500+5" 2 } I myself as a 1 column IM at -184+5 so I have IconManagers { "PostItNote" "=21x1-184+5" 1 } If you'd like a row of buttons rather than columns just make the number of columns very large eg IconManagers { "PostItNote" "=210x1-5+5" 10 } or IconManagers { "PostItNote" "=420x1-5+5" 20 } or IconManagers { "PostItNote" "=840x1-5+5" 40 } The IM will expand and shrink as is required (to the right and down only). STOP PRESS -- Update Postit notes now set their window title to a user specified string as such it is now useful to set the width of a post it note to about 150 to 200 pixels to show this title. You can also set the font to whatever you like in this case. -------------------------------------------------------------------------------