From: <dom...@us...> - 2015-12-31 14:56:45
|
Revision: 846 http://sourceforge.net/p/fvwm-crystal/code/846 Author: dominique_libre Date: 2015-12-31 14:56:42 +0000 (Thu, 31 Dec 2015) Log Message: ----------- add 2 battery levels for automatic hibernation. Modified Paths: -------------- ChangeLog fvwm/components/functions/Exit Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-31 14:44:57 UTC (rev 845) +++ ChangeLog 2015-12-31 14:56:42 UTC (rev 846) @@ -7,6 +7,7 @@ functions/Icon-[Amiga|Mwm|Thumbnails]: fix the icons when resuming from a NoIcon style (some recipes and No Icon on desktop). NEWS: updated with some of the last changes. + functions/Exit: add 2 battery levels for automatic hibernation. mercredi 30 décembre 2015 functions/Mixer: make amixer to work with 2 hardware steps when called with Modified: fvwm/components/functions/Exit =================================================================== --- fvwm/components/functions/Exit 2015-12-31 14:44:57 UTC (rev 845) +++ fvwm/components/functions/Exit 2015-12-31 14:56:42 UTC (rev 846) @@ -14,6 +14,8 @@ + "$[gt. 3 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 3 + "$[gt. 5 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 5 + "$[gt.10 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 10 ++ "$[gt.15 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 15 ++ "$[gt.20 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 20 + "$[gt.25 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 25 + "$[gt.50 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 50 + "$[gt.75 %]" Exec exec $[FVWM_SYSTEMDIR]/scripts/AutoHibernate 75 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |