# QLWM startup file

# Pixel sizes for toolbar and window frames. Note that the minimum
# size for toolbar and window title is limited by the choosen font
# height.

ToolbarHeight           24
WindowButtonSize        16
LowerBorderHeight       6
LowerBorderWidth        22
PagerHeight             18

# Fonts for window title and icons. The height is in pixels, not the 
# point size

WindowFontName          helvetica
WindowFontHeight        11
IconFontName            helvetica
IconFontHeight          13

# Set this to TRUE if you want the toolbar on top of the screen

ToolbarOnTop            FALSE

# Number of virtual desktops (pager)

VirtualDesktops         3

# Set these to FALSE if you don't want a menue or winlist on the toolbar
# Functions remain accessible with a keystroke

ShowMenue               TRUE
ShowWinlist		TRUE

# PointerFocus is always enabled in QLWM. Windows will also raise
# automatically after the specified timeout in ms. Setting to zero
# will disable this. Note that a window will automatically disable 
# it's autoraise policy if it would fully obscure another window.

AutoRaiseTime           600

# The window list will show the name of the host on which an application
# is running. Set this to FALSE if you do not want this.

ShowClientMachines      TRUE

# Uncomment the color settings to change QLWM defaults.

# The normal colors are taken from the X resources and can be changed there
# so that it is always consistent with the applications.

# InactiveWindowColor     DarkGray

# Window frames and icon buttons will change to this color if an application
# marks them as urgent to get the users attention.

# UrgentWindowColor       red

# New windows will appear in the color you have specified with 
# UrgentWindowColor. Set this to FALSE if you do not want this feature.

StartClientsUrgent      TRUE

# Initial root window background. Specify a solid color or an image.
# An image can be in any format that Qt can read (not all Qt installations
# have been compiled with gif support, use PNG instead).

RootBackgroundColor       darkblue
# RootBackgroundPicture   picture

# Pager colors

# PagerActiveColor        DarkGray
# PagerVisibleColor       DarkRed
# PagerInvisibleColor     blue

# Applications to start with QLWM.

Exec xterm -sb -sl 2000 -g 80x24+12+89 
Exec /usr/local/lib/qlwm/dclock
Exec /usr/local/lib/qlwm/biff
