Disable extra information on WindowList.
--- a/.fvwm/config Thu Aug 30 19:14:17 2012 +0300
+++ b/.fvwm/config Thu Aug 30 20:50:59 2012 +0300
@@ -249,7 +249,7 @@
Mouse 3 FST A FvwmMove
################################################################
-# Key binding.
+# WindowList.
# Used by WindowList to raise selected windows and to pass focus to it.
DestroyFunc WindowListFunc
@@ -259,10 +259,14 @@
+ I Raise
# Prevent show long title.
-m4_define(`m4_WINLIST_WIDTH', `60')m4_dnl
+m4_define(`m4_WINLIST_WIDTH',`60')m4_dnl
+m4_define(`m4_WINLIST_CONF',`NoDeskSort, NoGeometryWithInfo, NoDeskNum, NoCurrentDeskTitle, CurrentAtEnd, CurrentDesk, MaxLabelWidth' m4_WINLIST_WIDTH)m4_dnl
# Define switch between aps.
-Key Tab A M WindowList Root c c NoDeskSort, MaxLabelWidth m4_WINLIST_WIDTH, SelectOnRelease Meta_L
-Key Tab A 3 WindowList Root c c NoDeskSort, MaxLabelWidth m4_WINLIST_WIDTH
+Key Tab A M WindowList Root c c m4_WINLIST_CONF, SelectOnRelease Meta_L
+Key Tab A 3 WindowList Root c c m4_WINLIST_CONF
+
+################################################################
+# Key binding.
# Close window on Alt+F4 (send SIGHUP).
Key F4 A M Delete