# twmrc -- Nathan Laredo NoGrabServer OpaqueMove RandomPlacement InterpolateMenuColors RestartPreviousState UsePPosition "on" DecorateTransients TitleFont "-*-new century schoolbook-*-r-*-*-11-*-*-*-*-*-*" ResizeFont "-*-new century schoolbook-*-r-*-*-14-*-*-*-*-*-*" MenuFont "-*-new century schoolbook-*-r-*-*-14-*-*-*-*-*-*" IconFont "-*-new century schoolbook-*-r-*-*-14-*-*-*-*-*-*" IconManagerFont "-*-new century schoolbook-*-r-*-*-14-*-*-*-*-*-*" #ClientBorderWidth BorderWidth 0 MoveDelta 1 NoTitle { "xdaliclock" "oclock" } # add a window delete button to title bar RightTitleButton "xlogo11" = f.delete Color { BorderColor "black" DefaultBackground "black" DefaultForeground "wheat" TitleBackground "black" TitleForeground "wheat" MenuBackground "black" MenuForeground "wheat" MenuTitleBackground "black" MenuTitleForeground "wheat" IconBackground "black" IconForeground "wheat" IconBorderColor "black" IconManagerBackground "black" IconManagerForeground "wheat" } Button1 = s : window : f.menu "defops" Button2 = s : all : f.move Button3 = s : all : f.move "F1" = s : all : f.circledown "F2" = s : all : f.circleup "Enter" = s : all : f.fullzoom menu "defops" { "Twm" f.title "Program Menu" ("wheat":"black") f.menu "progs" "" f.nop "Window Ops" f.menu "winops" "" f.nop "Zoom" f.menu "zoom" "" f.nop "Refresh" f.refresh "WinRefresh" f.winrefresh "" f.nop "Show Iconmgr" f.showiconmgr "Hide Iconmgr" f.hideiconmgr "" f.nop "Restart" f.restart "" f.nop "Exit" ("wheat":"darkblue") f.quit } menu "winops" { "Window Operations" ("wheat":"black") f.title "Focus" f.focus "Unfocus" f.unfocus "Iconify" f.iconify "DeIconify" f.deiconify "Resize" f.resize "Move" f.move "Raise" f.raise "Lower" f.lower "RaiseLower" f.raiselower "CirculateUp" f.circleup "CirculateDown" f.circledown "Identify" f.identify "" f.nop "Delete" f.delete "" f.nop "Kill" ("wheat":"darkblue") f.destroy } menu "zoom" { "Zoom Window" ("wheat":"black") f.title "VertZoom" f.zoom "HorizZoom" f.horizoom "LeftZoom" f.leftzoom "RightZoom" f.rightzoom "TopZoom" f.topzoom "BottomZoom" f.bottomzoom "FullZoom" ("wheat":"darkblue") f.fullzoom } menu "progs" { "Programs" f.title "kterm" ("wheat":"black") !"kterm -bg black -fg wheat &" "xterm80x66" !"xterm -sb -bw 0 -rv -fg wheat -geometry 80x66-0+0 &" "xterm132x40" !"xterm -sb -bw 0 -rv -fg wheat -geometry 132x40+0+0 &" "xterm200x25" !"xterm -sb -bw 0 -rv -fg wheat -geometry 200x25+0-0 &" "xclock" !"xclock &" "xdaliclock" !"xdaliclock -cycle -24 &" "xbiff" !"xbiff &" "xeyes" !"xeyes &" "xsysinfo" !"xsysinfo &" "gvim" !"gvim -rv &" "xlock" ("wheat":"darkblue") !"xlock -nolock -mode random &" } DefaultFunction f.menu "defops"