# configuratiefile voor vtwm # modified: 16-04-2005 # fonts TitleFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" ResizeFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" MenuFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" MenuTitleFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" IconFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" InfoFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" IconManagerFont "-adobe-helvetica-normal--*-95-*-*-*-*-*-*" VirtualDesktop "2x2-1-1"8 ShowIconManager SortIconManager IconManagerGeometry "=144x144+1"1 RestartPreviousState IconifyByUnMapping # vormgeving: frames & buttons ButtonIndent 1 ButtonColorIsFrame FramePadding 2 IconBorderWidth 1 ButtonIndent 1 TitleButtonBorderWidth 2 BorderWidth 3 #DecorateTransients # sources IconDirectory "~/i/image/xbm/" IconRegion "100x100+1+25" North East 125 95 RightTitleButton "H.xbm" = f.delete # DO NOT #NoDefaults #NoDefaultTitelButtons NoSaveUnders NoGrabServer NoCaseSensitive NoMenuShadows NoTitle { "VTWM*" "*clock" "xmms" "Execute*" } Color { TitleBackground "black" TitleForeground "gray85" MenuBackground "black" MenuForeground "gray85" MenuTitleBackground "gray65" MenuTitleForeground "black" IconManagerBackground "black" IconManagerForeground "gray85" VirtualBackground "#87CEFA" VirtualForeground "gray85" DesktopDisplayBackground "pink" { "VTWM*" "gray60" "XTerm" "pink" "xclock" "green" "abiword" "blue" "grun" "yellow" "xmms" "green" "nedit" "#DC1436" "top" "pink" "aMule" "violet" "*Mozilla" "orange" } DesktopDisplayForeground "yellow" BorderColor "gray" { "xclock" "#FF8C00" "xmms" "green" "VTWMD*" "pink" "VTWMI*" "yellow" "Execute*" "green" "xterm" "pink" }} # key bindings "F1" = m : all : f.exec "xterm -sb -bg black -fg white &" "F2" = m : all : f.exec "mozilla &" "F5" = m : all : f.restart "F6" = m : all : f.exec "~/s/script/./random-wallpaper.sh &" "Up" = m : all : f.panup "50" "Down" = m : all : f.pandown "50" "Left" = m : all : f.panleft "50" "Right" = m : all : f.panright "50" "F7" = m : all : f.exec "~/s/script/./printscreen.sh &" # menu left mouse menu "programmatuur" { "Programma's" f.title "" f.nop "Terminal" f.exec "xterm -sb -bg black -fg white &" "Run" f.exec "grun &" "Browser" f.exec "mozilla &" "E-mail" f.exec "mozilla -mail &" "Amule" f.exec "amule &" "Calculator" f.exec "xcalc &" "Movies" f.exec "xine &" "" f.nop "Office" f.menu "teksten" "Dictionary" f.menu "dictionary" "Internet" f.menu "internet" "Graphics" f.menu "graphics" "Viewers" f.menu "viewers" "Multimedia" f.menu "multimedia" "Utilities" f.menu "utilities" "Systeem" f.menu "systeem" } # submenu left mouse menu "teksten" { "Office" f.title "office word" f.exec "openoffice.org-2.0 -write &" "offcie excel" f.exec "openoffice.org-2.0 -calc &" } menu "dictionary" { "Gnuvd nl" f.exec "xterm -bg palegreen -fg black -name gnuvd-nl &" "Van dale NL" f.exec "~/c/cxoffice/bin/vdegwn &" } menu "internet" { "Internet" f.title "Mozilla" f.exec "seamonkey &" "Internet Explorer" f.exec "~/c/cxoffice/bin/iexplore &" } menu "graphics" { "Graphics" f.title "XV" f.exec "xv &" "Xpaint" f.exec "xpaint &" "Gimp" f.exec "gimp &" } menu "systeem" { "System" f.title "Top" f.exec "xterm -name top -bg pink -fg black -e top &" } menu "viewers" { "Image" f.title "Ghostview" f.exec "gv &" "Xpdf" f.exec "xpdf &" "Gimp" f.exec "gimp &" } menu "multimedia" { "Multimedia" f.title "Xmms" f.exec "xmms &" "Xine" f.exec "xine &" } menu "utilities" { "Utilities" f.title "Xkill" f.exec "xkill &" "Xman" f.exec "xman -rv &" "Xclock" f.exec "xclock -rv -analog &" "Xcalc" f.exec "xcalc &" } # menu right mouse menu "vtwm" { "VTWM" f.title "" f.nop "Wallpaper" f.exec "~/s/script/./random-wallpaper.sh &" "Kill Window" f.destroy "Delete Window" f.delete "" f.separator "Maximize" f.fullzoom "Minimize" f.iconify "Resize" f.resize "Move" f.move "" f.nop "Focus" f.focus "Unfocus" f.unfocus "Show Iconmgr" f.showiconmgr "Hide Iconmgr" f.hideiconmgr "" f.nop "Print screen" f.exec "~/s/./printscreen.sh &" "Screensaver" f.menu "screensaver" "" f.nop "Refresh" f.refresh "Restart" f.restart "Exit" f.quit } # submenu right mouse menu "screensaver" { "Screensaver" f.title "xlock clean" f.exec "xlock -nolock &" } # muis: aanwijzers Cursors { Frame "left_ptr" Title "left_ptr" Icon "left_ptr" IconMgr "left_ptr" Move "fleur" Resize "fleur" Menu "hand1" Button "hand2" Wait "clock" Select "dot" Destroy "pirate" } # muis: functies MoveDelta1 Function "move-or-lower" {f.move f.deltastop f.lower} Function "move-or-raise" {f.move f.deltastop f.raise} Function "move-or-iconify" {f.move f.deltastop f.iconify} # muis: definities Button1 = : root : f.menu "programmatuur" Button2 = : root : f.destroy Button3 = : root : f.menu "vtwm" Button1 = m : window | icon : f.function "move-or-lower" Button2 = m : window | icon : f.iconify Button3 = m : window | icon : f.function "move-or-raise" Button1 = : title : f.function "move-or-raise" Button2 = : title : f.raiselower Button3 = : title : f.iconify Button1 = : icon : f.function "move-or-iconify" Button2 = : icon : f.destroy Button3 = : icon : f.iconify Button1 = : iconmgr : f.iconify Button2 = : iconmgr : f.destroy Button3 = : iconmgr : f.iconify