# Variables NoDefaults NoGrabServer DontMoveOff RandomPlacement NotVirtualGeometries AutoRelativeResize SnapRealScreen FixManagedVirtualGeometries FixTransientVirtualGeometries NoHighlight NoBorderDecorations NoTitleHighlight NaturalAutoPanBehavior StayUpMenus WarpVisible WindowRing NoWindowRing { "VTWM *" "xclock" } SloppyFocus EnableXftFontRenderer ButtonIndent -2 TitlePadding 0 TitleButtonBorderWidth 0 BorderWidth 3 BorderBevelWidth 1 ButtonBevelWidth 1 DoorBevelWidth 1 IconBevelWidth 1 IconManagerBevelWidth 1 InfoBevelWidth 1 #MenuBevelWidth 1 #RealScreenBorderWidth 1 TitleBevelWidth 1 VirtualDesktopBevelWidth 1 ClearBevelContrast 30 DarkBevelContrast 30 VirtualDesktop "2x1-0+0" 10 PanDistanceX 100 PanDistanceY 100 #PanResistance 750 #AutoPan 100 TitleFont "DejaVuSansMono:size=10" ResizeFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*" MenuFont "DejaVuSansMono:size=14" #MenuFont "-adobe-helvetica-*-r-normal-*-*-120-*-*-*-*-*-*" MenuTitleFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*" DoorFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*" IconFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*" InfoFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*" IconManagerFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*" VirtualDesktopFont "-adobe-helvetica-medium-r-normal--*-75-*-*-*-*-*-*" # Lists AutoRaise { "VTWM *" "xclock" } NailedDown { "VTWM *" "xclock" } NoTitle { "VTWM *" "xclock" "xbiff" } DontShowInDisplay { "VTWM *" "xclock" } Pixmaps { TitleHighlight ":xpm:lines" } # Color settings Color { DefaultBackground "lightcyan4" DefaultForeground "gray85" BorderColor "gray70" BorderTileBackground "gray60" BorderTileForeground "gray60" DoorBackground "lightcyan4" DoorForeground "gray85" # ActiveTitleBackground "green" # ActiveTitleForeground "blue" TitleBackground "lightcyan4" TitleForeground "gray85" MenuBackground "gray20" MenuForeground "gray85" MenuShadowColor "gray20" MenuTitleBackground "gray20" MenuTitleForeground "lightcyan4" IconBackground "lightcyan4" IconForeground "gray85" IconBorderColor "gray85" IconManagerBackground "lightcyan4" IconManagerForeground "gray85" VirtualBackground "lightcyan4" VirtualForeground "black" DesktopDisplayBackground "gray60" DesktopDisplayForeground "gray60" RealScreenBackground "lightcyan3" } Cursors { Menu "arrow" } # Functions and Bindings RightTitleButton ":xpm:dot" = f.nail Button1 = : root : f.menu "main" Button1 = : title : f.move Button3 = : title : f.raiselower Button1 = : frame : f.resize Button1 = : iconmgr : f.iconify Button3 = : iconmgr : f.warp Button1 = : desktop : f.movescreen Button3 = : desktop : f.warp Button1 = m : window : f.move Button3 = m : window : f.resize Button4 = : virtual | desktop : f.panleft "100" Button5 = : virtual | desktop : f.panright "100" "Z" = mod4 : window : f.fullzoom "S" = m : all : f.nailedabove "Tab" = m : all : f.warpring "next" "Tab" = mod4 : all : f.warpring "prev" # Menus menu "main" { " VTWM " f.title "File Manager" f.exec "thunar &" "Terminal" f.exec "xterm &" "" f.separator "Network" f.menu "network" "" f.separator "Media" f.menu "media" "" f.separator "System" f.menu "system" "Util" f.menu "util" } menu "network" { "Network" f.title "Instant Message" f.exec "pidgin &" "Firefox" f.exec "iceweasel &" "Newsreader" f.exec "pan &" "Xchat" f.exec "xchat &" } menu "media" { "Media" f.title "Audio Player" f.exec "exaile &" "CD/DVD writer" f.exec "xcdroast &" "CD ripper" f.exec "sound-juicer &" "Image viewer" f.exec "mirage &" "Video Player" f.exec "vlc &" "Screen Capture" f.exec "gtk-recordMyDesktop &" } menu "util" { "Utilities" f.title "Gcolor" f.exec "gcolor2 &" "Xclock" f.exec "xclock -d &" "Xmag" f.exec "xmag &" } menu "system" { "System" f.title "Restart" f.restart "Shutdown" f.exec "sudo shutdown -h now" "Exit" f.quit }