Move some configuration files to grml-desktop
[grml-etc.git] / etc / skel / .fvwm / userconfig
diff --git a/etc/skel/.fvwm/userconfig b/etc/skel/.fvwm/userconfig
deleted file mode 100644 (file)
index f547e7b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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: Sam Dez 16 16:47:23 CET 2006 [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] -
-
-## END OF FILE #################################################################