# HG changeset patch # User Oleksandr Gavenko # Date 1231452269 -7200 # Node ID b49fffbffdf522ac9343df9c814ed97f3c8143a3 # Parent 9e7c05cd9d49dfa7ee00b0bd02301b3c8174b749 Prevent show long title. diff -r 9e7c05cd9d49 -r b49fffbffdf5 .fvwm/config --- a/.fvwm/config Thu Jan 08 23:44:39 2009 +0200 +++ b/.fvwm/config Fri Jan 09 00:04:29 2009 +0200 @@ -94,8 +94,11 @@ Key F1 A M Menu MenuFvwmRoot Key Super_L W CSM Delete -Key Tab A M WindowList Root c c NoDeskSort, SelectOnRelease Meta_L -Key Super_L A N WindowList Root c c NoDeskSort + +# Prevent show long title. +SetEnv fvwm_winlist_width 60 +Key Tab A M WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width], SelectOnRelease Meta_L +Key Super_L A N WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width] Mouse 1 R A Menu Utilities Nop