summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/nonworking/slim/slim/slim-dynwm
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/nonworking/slim/slim/slim-dynwm')
-rw-r--r--meta-oe/recipes-graphics/nonworking/slim/slim/slim-dynwm8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/nonworking/slim/slim/slim-dynwm b/meta-oe/recipes-graphics/nonworking/slim/slim/slim-dynwm
new file mode 100644
index 000000000..49c9d47ec
--- /dev/null
+++ b/meta-oe/recipes-graphics/nonworking/slim/slim/slim-dynwm
@@ -0,0 +1,8 @@
1#!/bin/sh
2update_slim_wmlist
3if [ "x$1" = "x-nodaemon" ]; then
4 shift
5 exec slim "$@"
6else
7 slim -d "$@"
8fi