# Configuration file for TWM #SqueezeTitle OpaqueMove TitleFont "-adobe-new century schoolbook-bold-i-*-*-14-*-*-*-*-*-*-*" Function "move-or-raise" { f.move f.deltastop f.raise } Button1 = m : window|icon : f.function "move-or-raise" Color { TitleBackground "#ffffda" MenuTitleBackground "#ffffda" BorderColor "black" BorderTileForeground "black" BorderTileBackground "black" } menu "applications" { "Apps" f.title "Xterm" !"xterm &" "-=+------+=-" f.nop "Restart" f.restart "Quit" f.quit } menu "operations" { "WinOps" f.title "Move" f.move "Delete" f.delete } Button1 = : root : f.menu "applications" Button3 = : root : f.menu "operations"