Avoid icon change to default on winspector save
[wmaker-crm.git] / WindowMaker / autostart.sh
blob0726c8ee5c6a51586b61ea4d73b2685de1537d72
1 #!/bin/sh
3 # Place applications to be executed when WindowMaker is started here.
4 # This should only be used for non-X applications or applications that
5 # do not support session management. Other applications should be restarted
6 # by the WindowMaker session restoring mechanism. For that, you should
7 # either set SaveSessionOnExit=YES or select "Save Session" in the Workspace
8 # submenu of the root menu when all applications you want started are
9 # running.
11 # WindowMaker will wait until this script finishes, so if you run any
12 # commands that take long to execute (like a xterm), put a ``&'' in the
13 # end of the command line.
15 # This file must be executable.