# Mosquito WM resource file

[LookAndFeel begin]
  # InteractiveMove or OpaqueMove
  MoveModel=OpaqueMove
  # SloppyFocus, ClickToFocus or (FocusFollowsMouse not yet)
  FocusModel=SloppyFocus
  # (SmartPlacement not yet), AppPlacement or PointerPlacement 
  PlacementModel=AppPlacement
  # Number of workspaces
  NumberOfWorkspaces=4
  # Want the icons to follow you around workspaces?
  StickyIcons=Off
  # Delay in milliseconds
  DoubleClickDelay=250
  # Want to debug? (Logs to stderr, redirect if you want output in a file).
  DebugMode=On
[LookAndFeel end]

#
# The colors in rgb percentage, separate numbers with '-'
# Example. 0.5-0.2-0.9 means 50% red, 20% green and 90% blue
#
[Colors begin]
  #MwindowTitlebar=0-0.4-0
  MwindowTitlebar=0-0.556-0.677
  MwindowTitlebarFadeTo=0-0-0
  #MwindowTitlebar=0.984-0.458-0.294
  MwindowBorder=0.26-0.30-0.29
  MwindowResizer=0-0-0.5
  #MwindowText=0.5-0.5-0
  MwindowText=1-1-0
  #MwindowText=0-0.3-0.3
  
  HilightedMwindowTitlebar=0.7-0-0
  HilightedMwindowBorder=0.387-0.841-0.548
  HilightedMwindowResizer=0.3-0-0
  HilightedMwindowText=1-1-1
  
  # colors below are only there because of backwards compatible reasons
  # you dont have to modify these unless you like to type on your keyboard ;)
  #
  MwindowPopupBackground=1-1-1
  MwindowPopupBorder=0-0-0
  MwindowPopupText=0-0-0
  
  RootPopupBackground=0.78-0.78-0.78
  RootPopupBorder=0-0-0
  RootPopupText=0.05-0.7-0.05
  
  IconPopupBackground=0-0-0
  IconPopupBorder=0-1-0
  IconPopupText=0-1-0.226
  
[Colors end]

[Fonts begin]
  TitlebarFont=-dec-terminal-bold-r-normal--14-140-75-75-c-80-iso8859-1
  RootPopupMenuFont=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
  MwindowPopupMenuFont=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
  IconPopupMenuFont=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#  IconPopupMenuFont=-misc-fixed-medium-r-normal--8-80-75-75-c-50-iso8859-1
  WSChangeWindowFont=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
  WSSendToWSWindowFont=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
  DockPopupMenuFont=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
[Fonts end]

[Dock begin]
  # topleft 0, topright 1, bottomright 2, bottomleft 3
  Position=1
  
  # right 0, left 1, up 2, down 3
  GrowDirection=3
  
  BackgroundPixmap=/usr/share/pixmaps/tile.black.xpm
[Dock end]

# Your keybindings
#
# Functions:
# EXEC "command"
# RESTART
# EXIT
# ROOTPOPUPMENU
# WINDOWPOPUPMENU
# DEICONIFY
# ICONIFY
# MAXIMIZE
# CLOSE
# RAISE
# LOWER
# CIRCULATEWINDOWSUP
# CIRCULATEWINDOWSDOWN
# NEXTWS
# PREVIOUSWS
# SWITCHTOWS "workspace-number"
# MOVEONKLICK
# 
# 
# A little proggie in utils/ called xshowkeys can be used to find out the
# numeric keyvalue for the key that you would like to bind.
#
# Syntax is: Key + "Modifiers" = Function "Parameter"
#

[Keybindings begin]
  10 + "Mod1Mask" = SWITCHTOWS "1"
  11 + "Mod1Mask" = SWITCHTOWS "2"
  12 + "Mod1Mask" = SWITCHTOWS "3"
  13 + "Mod1Mask" = SWITCHTOWS "4"
  100 + "ControlMask | Mod1Mask" = PREVIOUSWS  
  102 + "ControlMask | Mod1Mask" = NEXTWS
  
  23 + "Mod1Mask" = CIRCULATEWINDOWSUP
  23 + "Mod1Mask | ShiftMask" = CIRCULATEWINDOWSDOWN

  69 + "" = ROOTPOPUPMENU
  70 + "" = WINDOWPOPUPMENU
  71 + "" = DEICONIFY
  76 + "" = MAXIMIZE
  
  #95 + "" = SWITCHTOWS "2"
  95 + "Mod1Mask" = RESTART
  96 + "Mod1Mask" = EXIT
  
  115 + "" = MOVEONKLICK
[Keybindings end]

#
# The root popupmenu, don't put any comments in this section
# because it will mess it up.
#
[Popupmenu begin]
  [Sub start "Main"]
    rxvt=rxvt
    xterm=xterm
    netscape=netscape
    Gnapster=gnapster
    xmms=xmms
    workman=workman
    [Sub start "Screensavers"]
      [Sub start "Savers"]
        xjack=xlock -mode xjack
	cartoon=xlock -mode cartoon
	morph3d=xlock -mode morph3d
	matrix=xlock -mode matrix
      [Sub end "Savers"]
      random=xlock -mode random
    [Sub end "Screensavers"]
    Uptime=[Uptime]
    [Sub start "Exit"]
      Restart=[Restart]
      Exit=[Quit]
    [Sub end "Exit"]
  [Sub end "Main"]
[Popupmenu end]

#
# The autostart section is for the programs that you want to run
# when you boot mosquito
#
[Autostart begin]
  #xv -root -quit /home/lap/xena/xena-bg1-1024x768.jpg
  xv -root -quit /home/lap/.mosquito/startrek-tng.jpg
  #xsetroot -solid darkcyan
  #xsetroot -bg \#000000 -fg \#00a000 -mod 20 20
  xset m 3
  xsetroot -cursor_name tcross
 # /home/lap/wmtimer-2.2/wmtimer/wmtimer
 # /home/lap/wmmix.app/wmmix/wmmix
#  wmxmms
[Autostart end]

