### .twmrc --- Ted's TWM configuration. DecorateTransients NoTitle { "xbiff" "xclock" "xsm" "Untitled" } NoHighlight NoCaseSensitive NoGrabServer NoTitleHighlight Color { BorderColor "DarkSlateGray" IconBackground "light gray" IconForeground "black" IconBorderColor "black" IconManagerForeground "black" IconManagerBackground "light gray" IconManagerHighlight "black" MenuForeground "black" MenuBackground "light gray" MenuTitleForeground "white" MenuTitleBackground "DarkSlateGray" MenuShadowColor "DarkSlateGray" TitleBackground "DarkSlateGray" TitleForeground "white" } DefaultForeground "black" DefaultForeground "white" IconManagerDontShow { "xbiff" "xsm" "xclock" } IconifyByUnmapping Cursors { Frame "left_ptr" Title "left_ptr" Icon "left_ptr" IconMgr "left_ptr" Move "fleur" Resize "fleur" Menu "left_ptr" Button "hand2" Wait "watch" Select "dot" Destroy "pirate" } BorderWidth 1 IconBorderWidth 1 SqueezeTitle # Fonts for Linux, Solaris IconFont "-*-bitstream vera sans mono-medium-r-*-*-12-*-*-*-*-*-*-*" IconManagerFont "-*-bitstream vera sans mono-medium-r-*-*-12-*-*-*-*-*-*-*" MenuFont "-*-bitstream vera sans mono-medium-r-*-*-12-*-*-*-*-*-*-*" TitleFont "-*-bitstream vera sans mono-medium-r-*-*-12-*-*-*-*-*-*-*" DefaultFunction f.nop WindowFunction f.raise RandomPlacement RestartPreviousState SortIconManager IconManagerGeometry "=170x100+0+0" ShowIconManager NoDefaults LeftTitleButton ":xlogo" = f.delete RightTitleButton ":resize" = f.resize RightTitleButton ":iconify" = f.iconify Function "move-or-raise" { f.move f.deltastop f.raise } Function "resize-or-raise" { f.resize f.deltastop f.raise } Button1 = : root : f.menu "WindowOps" Button2 = : root : f.nop Button3 = : root : f.menu "Twm" Button1 = : title : f.function "move-or-raise" Button2 = : title : f.function "resize-or-raise" Button3 = : title : f.menu "WindowOps" Button1 = : iconmgr : f.iconify Button2 = : iconmgr : f.iconify Button3 = : iconmgr : f.menu "WindowOps" Menu "WindowOps" { "WindowOps" f.title "Identify" f.identify "" f.nop "Delete" f.delete "Destroy" f.destroy "" f.nop "Raise" f.raise "Lower" f.lower } Menu "Twm" { "Twm" f.title "XTerm" f.exec "xterm -ls &" "" f.nop "Emacs" f.exec "emacs &" "Firefox" f.exec "firefox &" "" f.nop "Restart" f.restart "Quit" f.quit } ### .twmrc ends here