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