On 12 Oct 2003 13:59:32 +0200, Marcin G?ogowski wrote:
>
> How to configure FvwmModule to exec a system command after a timeout?
> For now I can execute only built in commands like quit, but it is
> impossible to execute "Exec exec "reboot"" command.
Why is it impossible to execute reboot giving you have root permissions?
If you only want a delay for external shell commands then this will do it:
Exec sleep 300; reboot
BTW, shutdown has -t parameter for this. But sleep works for other
shell commands.
In 2.5.x you may postpone any fvwm command, say in 180 seconds:
Schedule 180000 Quit
Schedule 180000 Exec exec something
See also Deschedule.
Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Oct 12 2003 - 07:48:03 BST