diff -r f7f0dc19ab81 -r 1293620d4bd4 .fvwm/config --- a/.fvwm/config Thu Oct 13 22:10:04 2011 +0300 +++ b/.fvwm/config Thu Dec 15 20:55:24 2011 +0200 @@ -197,7 +197,7 @@ Key Print A N FvwmScreenshot Key Print A S FvwmDesktopScreenshot -Key Scroll_Lock A N Exec xscreensaver-command -activate +Key Scroll_Lock A N Exec exec xscreensaver-command -activate # Similar to Vi hjkl: # @@ -281,10 +281,10 @@ Read $[fvwm_home]/menudefs.hook AddToMenu MenuMy Media Title -+ "Peoplenet" Exec xterm -e /usr/bin/pon -+ VLC Exec vlc -+ Goldendict Exec goldendict -+ xkill Exec xkill ++ "Peoplenet" Exec exec xterm -e /usr/bin/pon ++ VLC Exec exec vlc ++ Goldendict Exec exec goldendict ++ xkill Exec exec xkill # Drawback - you can not make it smaller. Style "htop" MinWindowSize 98 98 @@ -292,11 +292,11 @@ # Use interactive bash mode to read profile (~/.bashrc) to override default # value of PS1. AddToMenu Utilities Utilities Title -+ Xterm Exec xterm -e bash -i -+ Mc Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ ++ Xterm Exec exec xterm -e bash -i ++ Mc Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ -name mc-secondary -geometry 136x42 -e bash -i -c "mc -x" -+ Emacs Exec emacs -+ HTop Exec xterm -name htop -e htop ++ Emacs Exec exec emacs ++ HTop Exec exec xterm -name htop -e htop + debian Popup "/Debian" + my Popup MenuMy @@ -394,11 +394,11 @@ # Only once. AddToFunc InitFunction -+ I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ ++ I Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ -name mc-main1 -geometry 136x42 -e bash -i -c "mc -x" -+ I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ ++ I Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ -name mc-main2 -geometry 136x42 -e bash -i -c "mc -x" -+ I Exec goldendict ++ I Exec exec goldendict # After all restart. AddToFunc RestartFunction