NovaWM

~/.novawm.cfg:
! NovaWM Configuration
include .novawm.menu

! NOTE: NONE OF THE OPTIONS IN THE FOLLOWING BLOCK NEED TO BE PRESENT.
define NovaWM_Config
{
! ClockFormat: 0 - 24 Hour Clock 1 - 12 Hour U.S. Clock
      ClockFormat {1}
! StartupCommand: Shell command to run at start
      StartupCommand {"my_wallpaper_script.sh;gkrellm"}
! DisableBar: true - Hides the bar and activates the root menu. false - Normal Mode
      DisableBar {false}
! ShowFocus: true - Draw lowered text on the titlebar of the window with focus. false - all windows have the same flat titlebar text.
      ShowFocus {true}
! MainColor: color hex string(such as #00ff00 for green) that specifies the color NovaWM will use for most things(Default is navy blue)
      MainColor {"#0353ff"}
! FocusType: NOT CURRENTLY SUPPORTED
      FocusType {0}
! BarPosition: NOT CURRENTLY SUPPORTED
      BarPosition {0}
! HideClock: NOT CURRENTLY SUPPORTED
      HideClock {false}
}

~/.novawm.menu:
! NovaWM Menu
define NovaWM_Menu
{
! Syntax: item {"ITEM LABEL", "SHELL COMMAND"}
      item {"rxvt", "Terminal"}
      item {"XTerm", "xterm"}
      item {"XMMS", "xmms"}
      item {"X-Chat", "xchat"}
      item {"The GIMP", "gimp}
      item {"Anjuta", "anjuta"}
      item {"Xine", "xine"}
      item {"Konqueror", "konqueror"}
      item {"Mozilla", "mozilla"}
      item {"Phoenix", "phoenix"}
      item {"RealONE Player", "/home/tim/RealPlayer9/realplay"}
! Future keywords for this definition block:
! item_restart {"Restart NovaWM"}
! item_shutdown {"Exit NovaWM"}
! item_sys_restart {"Restart Computer"}
! item_sys_shutdown {"Shutdown Computer"}
! item_splitter {}
}

NovaWM

Hosted by: Source Forge