summaryrefslogtreecommitdiffstats
path: root/scripts/net_applet.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/net_applet.xinit')
-rwxr-xr-xscripts/net_applet.xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/net_applet.xinit b/scripts/net_applet.xinit
index 0024726..ceecfd3 100755
--- a/scripts/net_applet.xinit
+++ b/scripts/net_applet.xinit
@@ -1,5 +1,5 @@
#!/bin/sh
DESKTOP=$1
case $DESKTOP in
- KDE|GNOME|IceWM) exec /usr/bin/net_applet;;
-esac \ No newline at end of file
+ IceWM|Fluxbox|XFce4) exec /usr/bin/net_applet;;
+esac