blob: 49c9d47ecad34cb6db38b5ff5bfaba6cd922047e [file] [log] [blame]
#!/bin/sh
update_slim_wmlist
if [ "x$1" = "x-nodaemon" ]; then
shift
exec slim "$@"
else
slim -d "$@"
fi