summaryrefslogtreecommitdiffstats
path: root/desktop/icewm/config/startup
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/icewm/config/startup')
-rw-r--r--desktop/icewm/config/startup11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/icewm/config/startup b/desktop/icewm/config/startup
new file mode 100644
index 0000000000..3974421601
--- /dev/null
+++ b/desktop/icewm/config/startup
@@ -0,0 +1,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 &
+