From: <dom...@us...> - 2015-09-28 13:53:06
|
Revision: 714 http://sourceforge.net/p/fvwm-crystal/code/714 Author: dominique_libre Date: 2015-09-28 13:53:03 +0000 (Mon, 28 Sep 2015) Log Message: ----------- change the delay to put firefox in full screen from 5 to 10 sec. Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2015-09-27 17:06:42 UTC (rev 713) +++ ChangeLog 2015-09-28 13:53:03 UTC (rev 714) @@ -3,6 +3,9 @@ Version 3.4.0 ------------- +Lundi 28 septembre 2015 + functions/Fullscreen: change the delay to put firefox in full screen from 5 to 10 sec. + Dimanche 27 septembre 2015 colorsets/colorset-definition, colorsets/Amiga.cs: new colorsets for the AcpiBatt applet. Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2015-09-27 17:06:42 UTC (rev 713) +++ fvwm/components/functions/Fullscreen 2015-09-28 13:53:03 UTC (rev 714) @@ -160,7 +160,7 @@ AddToFunc Window-AutoFS PipeRead 'while read myline; do if [ "${myline}" != "" ]; then \ if [ "${myline}" == "Firefox" ]; \ - then echo "+ I ThisWindow (${myline}) Schedule 5000 Fullscreen"; \ + then echo "+ I ThisWindow (${myline}) Schedule 10000 Fullscreen"; \ else echo "+ I ThisWindow (${myline}) Fullscreen"; \ fi; fi; done < $[FVWM_USERDIR]/preferences/FullScreenApps|grep -v \\#' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |