summaryrefslogtreecommitdiffstats
path: root/scripts/net_applet.xinit
blob: ceecfd35efded705fe679f7033758c5cd2514567 (plain)
1
2
3
4
5
#!/bin/sh
DESKTOP=$1
case $DESKTOP in
   IceWM|Fluxbox|XFce4) exec /usr/bin/net_applet;;
esac