# Filename:      ~/.fvwm-crystal/userconfig
# Purpose:       configuration file for fvwm-crystal
# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# Bug-Reports:   see http://grml.org/bugs/
# License:       This file is licensed under the GPL v2.
# Latest change: Son Mai 06 00:45:02 CEST 2007 [mika]
################################################################################
# Bind applications to specific desktop:
# Style vmware StartsOnPage 3 0
# Style opera StartsOnPage 1 0
# Style firefox StartsOnPage 1 0
# Style konsole StartsOnPage 0 0

# Run default terminal emulator via ctrl-alt-x:
Key X A MC Exec exec x-terminal-emulator
# ctrl-alt-p - run x-terminal-emulator in presentation mode (set via ~/.Xresources):
Key P A MC Exec exec x-terminal-emulator -name presentation -geometry 65

# Start application with specific geometry:
# Key M A MC Exec exec mrxvt -lk --geometry 148x65
# Key F A MC Exec exec firefox --geometry 1332x997-68-27

# Special keys
Key XF86AudioMedia A N Exec x-terminal-emulator
Key XF86AudioMute A N Exec XF86AudioMute
Key XF86AudioLowerVolume A N Exec XF86AudioLowerVolume
Key XF86AudioRaiseVolume A N Exec XF86AudioRaiseVolume

# Provide alt-<cursor> for desktop switching:
Key Left  A $[Mod1]      GotoPage-Left
Key Right A $[Mod1]      GotoPage-Right

# Unbind alt-x for emacs-users:
Key X A $[Mod1] -

# Use application launching tool apwal on right mouse click:
Mouse 3 RI $[Mod] Exec /usr/bin/apwal
# The default is 'Open new terminal on RMB':
# Mouse 3 RI $[Mod] AA

## END OF FILE #################################################################
