aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slim/slim/slim-dynwm
blob: 49c9d47ecad34cb6db38b5ff5bfaba6cd922047e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
update_slim_wmlist
if [ "x$1" = "x-nodaemon" ]; then
  shift
  exec slim "$@"
else
  slim -d "$@"
fi