--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.fvwm/config Thu Nov 13 09:23:07 2008 +0200
@@ -0,0 +1,99 @@
+# -*- comment-start: "#" -*-
+
+# #################
+# Virtual Desktops.
+# #################
+
+DesktopSize 3x3
+DesktopName 0 Main
+DesktopName 1 Work
+DesktopName 2 Games
+EdgeScroll 100 100
+EdgeResistance 150 150
+EdgeThickness 1
+
+# #########################
+# Mouse and Focus Behavior.
+# #########################
+
+ClickTime 350
+MoveThreshold 3
+Style * SloppyFocus, MouseFocusClickRaises
+
+
+# ############
+# FvwmTaskBar.
+# ############
+
+Style "FvwmTaskBar" NoTitle, !Handles, !Borders, Sticky, WindowListSkip, CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
+
+# ############
+# Key binding.
+# ############
+
+Key F1 A M Menu MenuFvwmRoot
+# Key Tab A M WindowList Root c c NoDeskSort, SelectOnRelease Meta_L
+Key Super_L A A WindowList Root c c NoDeskSort
+# Key Super_L A A Exec exec rxvt
+
+# #####
+# Menu.
+# #####
+
+AddToMenu MenuGame Game Title
++ SuperTux Exec exec supertux
++ Nethack Exec exec xnethack
+
+AddToMenu MenuNet Net Title
++ Firefox Exec exec firefox
++ Thunderbird Exec exec thunderbird
++ KVirc Exec exec kvirc
++ PeopleNet Exec exec xterm -e /usr/sbin/pppd call peoplenet
++ pon Exec exec xterm -e /usr/bin/pon
+
+AddToMenu MenuFileManager FileManager Title
++ Mc Exec exec rxvt -e mc
++ Thunar Exec exec thunar
+
+AddToMenu MenuMedia Media Title
++ Audacious Exec exec audacious
++ Xmms Exec exec xmms
++ VLC Exec exec vlc
++ Stardict Exec exec stardict
+
+AddToMenu Utilities Utilities Title
++ Xterm Exec exec xterm -e bash
++ Mc Exec exec xterm -fn 9x15 -geometry 120x42 -e mc
++ Emacs Exec exec emacs
+
++ debian Popup "/Debian"
++ filemanager Popup MenuFileManager
++ media Popup MenuMedia
++ net Popup MenuNet
++ game Popup MenuGame
++ fvwm Popup MenuFvwmRoot
+
+Mouse 1 R A Menu Utilities Nop
+
+# ##########
+# FvwmPager.
+# ##########
+Style "FvwmPager" NoTitle, Handles, Borders, Sticky, WindowListSkip, \
+ CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
+
+DestroyModuleConfig FvwmPager: *
+*FvwmPager: Geometry 400x120-0-0
+*FvwmPager: Colorset * 9
+*FvwmPager: HilightColorset * 10
+*FvwmPager: BalloonColorset * 9
+*FvwmPager: WindowColorsets 9 10
+*FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
+*FvwmPager: Balloons All
+*FvwmPager: BalloonFont "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
+*FvwmPager: BallonYOffset +2
+*FvwmPager: Window3dBorders
+*FvwmPager: MiniIcons
+*FvwmPager: UseSkipList
+*FvwmPager: Rows 1
+
+Module FvwmPager 0 2
\ No newline at end of file