equal
deleted
inserted
replaced
281 Read $[fvwm_home]/menudefs.hook |
281 Read $[fvwm_home]/menudefs.hook |
282 |
282 |
283 AddToMenu MenuMy Media Title |
283 AddToMenu MenuMy Media Title |
284 + "Peoplenet" Exec xterm -e /usr/bin/pon |
284 + "Peoplenet" Exec xterm -e /usr/bin/pon |
285 + VLC Exec vlc |
285 + VLC Exec vlc |
286 + Stardict Exec stardict |
286 + Goldendict Exec goldendict |
287 + xkill Exec xkill |
287 + xkill Exec xkill |
288 |
288 |
289 # Use interactive bash mode to read profile (~/.bashrc) to override default |
289 # Use interactive bash mode to read profile (~/.bashrc) to override default |
290 # value of PS1. |
290 # value of PS1. |
291 AddToMenu Utilities Utilities Title |
291 AddToMenu Utilities Utilities Title |
383 #################### |
383 #################### |
384 |
384 |
385 # Define whare place autoloaded progs. |
385 # Define whare place autoloaded progs. |
386 # StartsOnPage [desk [x y]] |
386 # StartsOnPage [desk [x y]] |
387 Style "mc-main" StartsOnPage 0 1 0, SkipMapping |
387 Style "mc-main" StartsOnPage 0 1 0, SkipMapping |
388 Style "stardict" StartsOnPage 3 1 2, SkipMapping |
388 Style "goldendict" StartsOnPage 3 1 2, SkipMapping |
389 |
389 |
390 # Only once. |
390 # Only once. |
391 AddToFunc InitFunction |
391 AddToFunc InitFunction |
392 + I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
392 + I Exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ |
393 -name mc-main -geometry 136x42 -e bash -i -c "mc -x" |
393 -name mc-main -geometry 136x42 -e bash -i -c "mc -x" |
394 + I Exec stardict |
394 + I Exec goldendict |
395 |
395 |
396 # After all restart. |
396 # After all restart. |
397 AddToFunc RestartFunction |
397 AddToFunc RestartFunction |
398 + I Nop |
398 + I Nop |
399 |
399 |