From: <dom...@us...> - 2020-02-09 22:52:02
|
Revision: 971 http://sourceforge.net/p/fvwm-crystal/code/971 Author: dominique_libre Date: 2020-02-09 22:52:00 +0000 (Sun, 09 Feb 2020) Log Message: ----------- Add syspend-hybrid with sysd in Exit menu Modified Paths: -------------- ChangeLog fvwm/components/functions/Exit Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-09 22:44:21 UTC (rev 970) +++ ChangeLog 2020-02-09 22:52:00 UTC (rev 971) @@ -3,7 +3,7 @@ dimanche 9 février 2020 fvwm/components/functions/Exit: fix xscreensaver and systemctl menu; call systemctl without sudo; don't show pm-utils menu is systemd is present; - cleanup; fix unique call of AutoHibernate menu. + cleanup; fix unique call of AutoHibernate menu; add suspend-hybrid to sysd menu - fvwm/components/functions/Exit-systemctl: moved to the Exit file fvwm/scripts/AutoHibernate: call systemctl without sudo Modified: fvwm/components/functions/Exit =================================================================== --- fvwm/components/functions/Exit 2020-02-09 22:44:21 UTC (rev 970) +++ fvwm/components/functions/Exit 2020-02-09 22:52:00 UTC (rev 971) @@ -98,6 +98,7 @@ + I AddToMenu /Exit '' Nop + I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Automatic suspend to disk]' Popup /AutoHibernate + I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Resume to RAM]' A $0 suspend -i ++ I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Resume hybride]' A $0 suspend-hybrid -i + I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Suspend to disk]' A $0 hibernate -i + I AddToMenu /Exit "" Nop + I AddToMenu /Exit '%22x22/fvwm-crystal/system-reboot.png%$[gt.Reboot computer]' A $0 reboot -i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |