fi
# if found WM, execute
if [ "$wm" = default -o "$wm" = "$name" ]; then
if [ "$wm" = default -o "$wm" = "$name" -o "$wm" = "$exec" ]; then
exec_wm "$exec" "$@"