summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-applet.xinit')
-rw-r--r--draksnapshot-applet.xinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/draksnapshot-applet.xinit b/draksnapshot-applet.xinit
new file mode 100644
index 0000000..598cbcf
--- /dev/null
+++ b/draksnapshot-applet.xinit
@@ -0,0 +1,6 @@
+#!/bin/sh
+DESKTOP=$1
+case $DESKTOP in
+ IceWM|Fluxbox|xfce4) exec /usr/bin/draksnapshot-applet;;
+esac
+EOF