blob: 397442160174f696668b719e2128e87c8a1be46d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/bash
# /usr/share/icewm/startup
# This script is used to execute additional commands at icewm startup
# The "sleep 1" is necessary if you will be starting anything with a tray icon
# sleep 1
# /usr/libexec/polkit-gnome-authentication-agent-1 &
# /usr/bin/nm-applet &
# /usr/bin/xscreensaver -nosplash &
|