startup 313 B

123456789101112
  1. #!/bin/bash
  2. # /usr/share/icewm/startup
  3. # This script is used to execute additional commands at icewm startup
  4. # The "sleep 1" is necessary if you will be starting anything with a tray icon
  5. # sleep 1
  6. # /usr/libexec/polkit-gnome-authentication-agent-1 &
  7. # /usr/bin/nm-applet &
  8. # /usr/bin/xscreensaver -nosplash &