12 lines
313 B
Bash
12 lines
313 B
Bash
#!/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 &
|
|
|