Add configuration /etc/skel/.apwalrc.xml and config for fvwm-crystal
[grml-desktop.git] / etc / skel / .fvwm / userconfig
1 # Filename:      ~/.fvwm-crystal/userconfig
2 # Purpose:       configuration file for fvwm-crystal
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Son Mai 06 00:45:02 CEST 2007 [mika]
7 ################################################################################
8 # Bind applications to specific desktop:
9 # Style vmware StartsOnPage 3 0
10 # Style opera StartsOnPage 1 0
11 # Style firefox StartsOnPage 1 0
12 # Style konsole StartsOnPage 0 0
13
14 # Run default terminal emulator via ctrl-alt-x:
15 Key X A MC Exec exec x-terminal-emulator
16 # ctrl-alt-p - run x-terminal-emulator in presentation mode (set via ~/.Xresources):
17 Key P A MC Exec exec x-terminal-emulator -name presentation -geometry 65
18
19 # Start application with specific geometry:
20 # Key M A MC Exec exec mrxvt -lk --geometry 148x65
21 # Key F A MC Exec exec firefox --geometry 1332x997-68-27
22
23 # Special keys
24 Key XF86AudioMedia A N Exec x-terminal-emulator
25 Key XF86AudioMute A N Exec XF86AudioMute
26 Key XF86AudioLowerVolume A N Exec XF86AudioLowerVolume
27 Key XF86AudioRaiseVolume A N Exec XF86AudioRaiseVolume
28
29 # Provide alt-<cursor> for desktop switching:
30 Key Left  A $[Mod1]      GotoPage-Left
31 Key Right A $[Mod1]      GotoPage-Right
32
33 # Unbind alt-x for emacs-users:
34 Key X A $[Mod1] -
35
36 # Use application launching tool apwal on right mouse click:
37 Mouse 3 RI $[Mod] Exec /usr/bin/apwal
38 # The default is 'Open new terminal on RMB':
39 # Mouse 3 RI $[Mod] AA
40
41 ## END OF FILE #################################################################